Skip to content

Commit

Permalink
Merge pull request #5 from cfpb/add-pypi-trove-classifiers
Browse files Browse the repository at this point in the history
Add trove classifiers for PyPI
  • Loading branch information
chosak authored Oct 31, 2017
2 parents 9ac483c + 98c2350 commit b153939
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,20 @@
'testing': testing_extras,
},
description=short_description,
long_description=open('README.rst').read()
long_description=open('README.rst').read(),
classifiers=[
'Framework :: Django',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
'License :: Public Domain',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit b153939

Please sign in to comment.