Browse Source

Change 'Development Status' to stable

Matthew Wang 11 years ago
parent
commit
ade50ef91d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      setup.py

+ 2
- 1
setup.py View File

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