mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-24 01:40:26 +00:00
Add Django version trove classifiers.
This commit is contained in:
parent
19f370c20a
commit
2294520032
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -59,6 +59,8 @@ setup(
|
|||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Framework :: Django',
|
||||
'Framework :: Django :: 1.7',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Topic :: Internet :: WWW/HTTP :: Site Management',
|
||||
],
|
||||
install_requires=install_requires,
|
||||
|
|
|
|||
Loading…
Reference in a new issue