mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-17 13:31:01 +00:00
Merge pull request #218 from kaedroho/python-classifiers
Added python 2.6 classifier to setup.py
This commit is contained in:
commit
efeba8d038
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -34,6 +34,8 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Framework :: Django',
|
||||
'Topic :: Internet :: WWW/HTTP :: Site Management',
|
||||
|
|
|
|||
Loading…
Reference in a new issue