Skip to content

Commit

Permalink
Merge pull request #3311 from sirex/setup-classifiers
Browse files Browse the repository at this point in the history
Add setup.py classifiers
  • Loading branch information
amercader committed Nov 14, 2016
2 parents bedc048 + 183f560 commit 732116b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -207,4 +207,12 @@
# setup.py test command needs a TestSuite so does not work with py.test
# test_suite = 'nose.collector',
# tests_require=[ 'py >= 0.8.0-alpha2' ]
classifiers=[
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Programming Language :: Python',
'Programming Language :: Python :: 2 :: Only'
'Programming Language :: Python :: 2.7',
],
)

0 comments on commit 732116b

Please sign in to comment.