summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-11 06:45:30 -0700
committerEli Bendersky <eliben@users.noreply.github.com>2018-04-11 06:45:30 -0700
commit902500d126d4732160c46fe525e41c017864f271 (patch)
treef0c98e9f1db4bc49127638e8359383dcdc8552f2 /setup.py
parente2ed623203e0357180606606121c6df66215764b (diff)
downloadpycparser-902500d126d4732160c46fe525e41c017864f271.tar.gz
Add additional trove classifiers to setup.py (#250)
- Document project as stable, ready for use in production environments - Document project license Helps library users know these values at a glance. These classifiers are displayed on the PyPI page: https://pypi.python.org/pypi/pycparser For a complete list of trove classifiers, see: https://pypi.python.org/pypi?%3Aaction=list_classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8d3ee8c..2a6adc5 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,8 @@ setup(
url='https://github.com/eliben/pycparser',
platforms='Cross Platform',
classifiers = [
+ 'Development Status :: 5 - Production/Stable',
+ 'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',