Sfoglia il codice sorgente

Change 'Development Status' to stable

Matthew Wang 11 anni fa
parent
commit
ade50ef91d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      setup.py

+ 2
- 1
setup.py Vedi File

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