New Django classifiers added in setup.py

This commit is contained in:
Vladimir Osintsev 2016-09-03 22:07:20 +03:00
parent feeec2c28b
commit 1fe41a1eaf

View file

@ -48,6 +48,11 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Framework :: Django',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.7',
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python',