|
@@ -24,8 +24,9 @@ setup(
|
24
|
24
|
long_description = long_description,
|
25
|
25
|
keywords = _meta['keywords'],
|
26
|
26
|
url = _meta['url'],
|
|
27
|
+ # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
27
|
28
|
classifiers = [
|
28
|
|
- 'Development Status :: 4 - Beta',
|
|
29
|
+ 'Development Status :: 5 - Production/Stable',
|
29
|
30
|
'Topic :: Utilities',
|
30
|
31
|
'License :: OSI Approved :: BSD License',
|
31
|
32
|
'Environment :: Console',
|