Parcourir la source

Change 'Development Status' to stable

Matthew Wang il y a 11 ans
Parent
révision
ade50ef91d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      setup.py

+ 2
- 1
setup.py Voir le fichier

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',