We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ec123 commit f7f049aCopy full SHA for f7f049a
1 file changed
setup.py
@@ -23,8 +23,8 @@
23
# 'Development Status :: 1 - Planning',
24
# 'Development Status :: 2 - Pre-Alpha',
25
# 'Development Status :: 3 - Alpha',
26
- 'Development Status :: 4 - Beta',
27
- # 'Development Status :: 5 - Production/Stable',
+ # 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
28
# 'Development Status :: 6 - Mature',
29
# 'Development Status :: 7 - Inactive',
30
'Programming Language :: Python',
@@ -44,7 +44,7 @@
44
'License :: OSI Approved :: BSD License',
45
'Operating System :: OS Independent',
46
# 'Topic :: System :: Systems Administration',
47
- 'Topic :: Utilities'
+ 'Topic :: Utilities',
48
'Environment :: Web Environment',
49
# 'Framework :: Django',
50
]
0 commit comments