summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-02 21:09:07 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-02 21:09:16 +0900
commiteef9d1399951844b9c9f47487d26f06bd29871c6 (patch)
tree24a12e16b6c329e37f83aec0a39ccd0fb3cfc6e8 /setup.py
parenteb1e8f937c6a48d65f96bd00c00106122cea2efd (diff)
downloadsphinx-git-eef9d1399951844b9c9f47487d26f06bd29871c6.tar.gz
Update package classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 79302e9ae..23e708727 100644
--- a/setup.py
+++ b/setup.py
@@ -168,6 +168,9 @@ setup(
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Intended Audience :: Education',
+ 'Intended Audience :: End Users/Desktop',
+ 'Intended Audience :: Science/Research',
+ 'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
@@ -179,12 +182,22 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
+ 'Framework :: Setuptools Plugin',
'Framework :: Sphinx',
'Framework :: Sphinx :: Extension',
'Framework :: Sphinx :: Theme',
'Topic :: Documentation',
'Topic :: Documentation :: Sphinx',
+ 'Topic :: Internet :: WWW/HTTP :: Site Management',
+ 'Topic :: Printing',
+ 'Topic :: Software Development',
+ 'Topic :: Software Development :: Documentation',
'Topic :: Text Processing',
+ 'Topic :: Text Processing :: General',
+ 'Topic :: Text Processing :: Indexing',
+ 'Topic :: Text Processing :: Markup',
+ 'Topic :: Text Processing :: Markup :: HTML',
+ 'Topic :: Text Processing :: Markup :: LaTeX',
'Topic :: Utilities',
],
platforms='any',