Merge pull request #218 from kaedroho/python-classifiers

Added python 2.6 classifier to setup.py
This commit is contained in:
Karl Hobley 2014-04-30 09:59:03 +01:00
commit efeba8d038

View file

@ -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',