Skip to content

Commit ca1194b

Browse files
pandafynemesifier
authored andcommitted
[fix] Fixed development status in setup.py
Without this fix, the package will not upload to PyPI
1 parent 4690e56 commit ca1194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_install_requires():
6565
include_package_data=True,
6666
zip_safe=False,
6767
classifiers=[
68-
'Development Status :: 5 - Production/Stable ',
68+
'Development Status :: 5 - Production/Stable',
6969
'Environment :: Console',
7070
'Intended Audience :: Developers',
7171
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

0 commit comments

Comments
 (0)