Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-14 09:43:38 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-14 09:43:38 +0300
commitaf4647c4927622ee53c7fb1a308d844bfa36bcac (patch)
tree149587f7f321a208a858be80467d3c67fac770b2 /setup.py
parentc35eb6fade7a3b4a6de4183d1dd4196f04a5edaf (diff)
parent72762db255657f25e50dd14560b09e50bd5f0a67 (diff)
Merge branch '1.7'
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 ebde99c7b..d73f1d270 100644
--- a/setup.py
+++ b/setup.py
@@ -189,6 +189,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',
@@ -200,12 +203,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',