diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-02 21:09:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-04-02 21:09:16 +0900 |
commit | eef9d1399951844b9c9f47487d26f06bd29871c6 (patch) | |
tree | 24a12e16b6c329e37f83aec0a39ccd0fb3cfc6e8 /setup.py | |
parent | eb1e8f937c6a48d65f96bd00c00106122cea2efd (diff) | |
download | sphinx-git-eef9d1399951844b9c9f47487d26f06bd29871c6.tar.gz |
Update package classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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', |