|
22 | 22 | description='adds comments and analysis to chess games', |
23 | 23 | long_description=long_description, |
24 | 24 |
|
25 | | - version='1.1.3', |
| 25 | + version='1.1.4', |
26 | 26 |
|
27 | 27 | # The project's main homepage. |
28 | 28 | url='https://github.com/rpdelaney/python-chess-annotator', |
|
54 | 54 | 'Natural Language :: English', |
55 | 55 |
|
56 | 56 | # 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+)', |
58 | 59 |
|
59 | 60 | # Specify the Python versions you support here. In particular, ensure |
60 | 61 | # that you indicate whether you support Python 2, Python 3 or both. |
|
88 | 89 | # for example: |
89 | 90 | # $ pip install -e .[dev,test] |
90 | 91 | extras_require={ |
91 | | -# 'dev': ['black'], |
| 92 | + # 'dev': ['black'], |
92 | 93 | 'test': ['pytest', 'pytest-cov'], |
93 | 94 | }, |
94 | 95 |
|
95 | 96 | # If there are data files included in your packages that need to be |
96 | 97 | # installed, specify them here. If using Python 2.6 or less, then these |
97 | 98 | # 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 | + # }, |
101 | 102 | include_package_data=True, |
102 | 103 |
|
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 | | - |
109 | 104 | # To provide executable scripts, use entry points in preference to the |
110 | 105 | # "scripts" keyword. Entry points provide cross-platform support and allow |
111 | 106 | # pip to create the appropriate form of executable for the target platform. |
|
0 commit comments