Added classifiers for supported Python versions.

This commit is contained in:
Stephen McDonald
2014-02-18 12:32:57 +11:00
parent c95c3e3c50
commit 9e78c4f22e

View File

@@ -24,6 +24,11 @@ setup(
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Framework :: Django",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP :: Site Management",