Skip to content

Commit 0f77be2

Browse files
committed
[chores] Fixed "Development Status" in setup.py
1 parent 4659a82 commit 0f77be2

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
@@ -63,7 +63,7 @@ def get_install_requires():
6363
packages=find_packages(exclude=['tests', 'tests.*', 'docs', 'docs.*']),
6464
zip_safe=False,
6565
classifiers=[
66-
'Development Status :: 5 - Production/Stable ',
66+
'Development Status :: 5 - Production/Stable',
6767
'Environment :: Console',
6868
'Intended Audience :: Developers',
6969
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)