Add supported Django versions classifiers

This commit is contained in:
Iacopo Spalletti 2015-06-28 11:38:16 +02:00
parent 39b4ce2d85
commit 16c87cad61

View file

@ -61,6 +61,9 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Framework :: Django',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',