File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,19 @@ def getVersion():
2323 long_description = """A sphinx extension that automatically documents argparse commands and options.
2424
2525For installation and usage details, see the `documentation <http://sphinx-argparse.readthedocs.org/en/latest/>`_.""" ,
26+ classifiers = [
27+ 'Development Status :: 5 - Production/Stable' ,
28+ 'Intended Audience :: Developers' ,
29+ 'License :: OSI Approved :: MIT License' ,
30+ 'Programming Language :: Python :: 2.7' ,
31+ 'Programming Language :: Python :: 3.2' ,
32+ 'Programming Language :: Python :: 3.3' ,
33+ 'Programming Language :: Python :: 3.4' ,
34+ 'Programming Language :: Python :: 3.5' ,
35+ 'Programming Language :: Python :: 3.6' ,
36+ 'Topic :: Documentation :: Sphinx' ,
37+ 'Topic :: Software Development :: Documentation'
38+ ],
2639 install_requires = [
2740 'sphinx>=1.2.0' ,
2841 'CommonMark>=0.5.6'
You can’t perform that action at this time.
0 commit comments