Skip to content

Commit 230725f

Browse files
committed
Remove Development Status classifier comments in setup.py
1 parent 960cbc5 commit 230725f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,7 @@
2828
zip_safe=True,
2929
python_requires=">=3.4",
3030
classifiers=[
31-
# Picked from
32-
# http://pypi.python.org/pypi?:action=list_classifiers
33-
#"Development Status :: 1 - Planning",
34-
#"Development Status :: 2 - Pre-Alpha",
35-
#"Development Status :: 3 - Alpha",
36-
# "Development Status :: 4 - Beta",
3731
"Development Status :: 5 - Production/Stable",
38-
#"Development Status :: 6 - Mature",
39-
#"Development Status :: 7 - Inactive",
4032
"Environment :: Console",
4133
"Intended Audience :: Developers",
4234
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)