summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-04-21 21:42:05 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-04-21 21:43:55 +0100
commit4547753df0cc7819baff4420b27c381a7e221a8a (patch)
tree587aca1bc12fc54ab6df41fd8fdc489370434312
parent4de8b9577e2d4ed6308b45c55294833295a3f321 (diff)
downloadpsycopg2-4547753df0cc7819baff4420b27c381a7e221a8a.tar.gz
Added explicit Python 2 and Python 3 classifiers
Not sure, but I suspect the "python3" page on PyPy in only based on the Language :: Python :: 3 classifier, not the more specific ones
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5613b7d..40790d9 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ 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
Programming Language :: Python :: 3.3