浏览代码

Change 'Development Status' to stable

Matthew Wang 12 年前
父节点
当前提交
ade50ef91d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      setup.py

+ 2
- 1
setup.py 查看文件

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