summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-22 05:39:51 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-22 05:39:51 +0300
commit37b6f47b5f76ebe2ef625797ef28a2ff50adab8b (patch)
treeb7103d9fc3e90826296a1384ad25c5a1339e62f0
parent1df1c78299e06fecde664d4ddb5ec549097daf88 (diff)
downloadpastedeploy-37b6f47b5f76ebe2ef625797ef28a2ff50adab8b.tar.gz
Added the proper classifiers for supported Python versions
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 583ec97..d3127a7 100644
--- a/setup.py
+++ b/setup.py
@@ -23,11 +23,17 @@ For the latest changes see the `news file
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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.1",
+ "Programming Language :: Python :: 3.2",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
- "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
+ "Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Paste",
],
keywords='web wsgi application server',