diff options
| author | Georg Brandl <georg@python.org> | 2010-05-25 01:08:52 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-25 01:08:52 +0200 |
| commit | 4dfe623d7df96401304b7b404f5d2accffb18dba (patch) | |
| tree | 011244775a11ca91f0dbb3410504db6ecbf4d4bf /setup.py | |
| parent | ecb394a9780e38a643ad3b0cc61ee3d8978ab28f (diff) | |
| download | sphinx-git-4dfe623d7df96401304b7b404f5d2accffb18dba.tar.gz | |
Update trove classifiers.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -170,14 +170,16 @@ setup( long_description=long_desc, zip_safe=False, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: Web Environment', 'Intended Audience :: Developers', + 'Intended Audience :: Education', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Documentation', + 'Topic :: Text Processing', 'Topic :: Utilities', ], platforms='any', |
