Skip to content

Commit b0d1efe

Browse files
committed
Set version to 1.1.4
1 parent c9c135c commit b0d1efe

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

setup.py

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
description='adds comments and analysis to chess games',
2323
long_description=long_description,
2424

25-
version='1.1.3',
25+
version='1.1.4',
2626

2727
# The project's main homepage.
2828
url='https://github.com/rpdelaney/python-chess-annotator',
@@ -54,7 +54,8 @@
5454
'Natural Language :: English',
5555

5656
# Pick your license as you wish (should match "license" above)
57-
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', # noqa E501
57+
'License :: OSI Approved :: '
58+
'GNU General Public License v3 or later (GPLv3+)',
5859

5960
# Specify the Python versions you support here. In particular, ensure
6061
# that you indicate whether you support Python 2, Python 3 or both.
@@ -88,24 +89,18 @@
8889
# for example:
8990
# $ pip install -e .[dev,test]
9091
extras_require={
91-
# 'dev': ['black'],
92+
# 'dev': ['black'],
9293
'test': ['pytest', 'pytest-cov'],
9394
},
9495

9596
# If there are data files included in your packages that need to be
9697
# installed, specify them here. If using Python 2.6 or less, then these
9798
# have to be included in MANIFEST.in as well.
98-
# package_data={
99-
# 'eco': ['annotator/eco/eco.json'],
100-
# },
99+
# package_data={
100+
# 'eco': ['annotator/eco/eco.json'],
101+
# },
101102
include_package_data=True,
102103

103-
# Although 'package_data' is the preferred approach, in some case you may
104-
# need to place data files outside of your packages. See:
105-
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa
106-
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
107-
# data_files=[('my_data', ['data/data_file'])],
108-
109104
# To provide executable scripts, use entry points in preference to the
110105
# "scripts" keyword. Entry points provide cross-platform support and allow
111106
# pip to create the appropriate form of executable for the target platform.

0 commit comments

Comments
 (0)