summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-25 01:08:52 +0200
committerGeorg Brandl <georg@python.org>2010-05-25 01:08:52 +0200
commit4dfe623d7df96401304b7b404f5d2accffb18dba (patch)
tree011244775a11ca91f0dbb3410504db6ecbf4d4bf /setup.py
parentecb394a9780e38a643ad3b0cc61ee3d8978ab28f (diff)
downloadsphinx-git-4dfe623d7df96401304b7b404f5d2accffb18dba.tar.gz
Update trove classifiers.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fbc622a94..eccb06380 100644
--- a/setup.py
+++ b/setup.py
@@ -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',