diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-04-21 21:42:05 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-04-21 21:43:55 +0100 |
commit | 4547753df0cc7819baff4420b27c381a7e221a8a (patch) | |
tree | 587aca1bc12fc54ab6df41fd8fdc489370434312 | |
parent | 4de8b9577e2d4ed6308b45c55294833295a3f321 (diff) | |
download | psycopg2-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |