summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-01-17 14:54:51 -0800
committerBen Bangert <ben@groovie.org>2015-01-17 14:54:51 -0800
commitd4c45a58501ebfa087b7eebc6e70172ec56f5b78 (patch)
treeb7075f44be5270a8e766c2d503818265a4fff8d1
parent6329370142f5c4986db6f935626a046a7d1b71ca (diff)
downloadroutes-d4c45a58501ebfa087b7eebc6e70172ec56f5b78.tar.gz
Update classifiers
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1d7a73f..f6217e6 100644
--- a/setup.py
+++ b/setup.py
@@ -33,13 +33,16 @@ setup(name="Routes",
"License :: OSI Approved :: MIT License",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
+ "Programming Language :: Python :: Implementation :: PyPy",
+ "Programming Language :: Python :: Implementation :: CPython",
'Programming Language :: Python',
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
- "Programming Language :: Python :: 3.3"
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4"
],
keywords='routes webob dispatch',
author="Ben Bangert",