Skip to content

Commit 64ba6fe

Browse files
committed
Add some classifiers for pypi
1 parent bab541c commit 64ba6fe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ def getVersion():
2323
long_description="""A sphinx extension that automatically documents argparse commands and options.
2424
2525
For 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'

0 commit comments

Comments
 (0)