Add supported Django versions classifiers
This commit is contained in:
parent
39b4ce2d85
commit
16c87cad61
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue