From 4de8b9577e2d4ed6308b45c55294833295a3f321 Mon Sep 17 00:00:00 2001 From: Saul Shanabrook Date: Fri, 12 Apr 2013 02:16:04 -0300 Subject: [PATCH 1/2] Explicit Python Version Support Used supported versions from http://initd.org/psycopg/docs/install.html --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f36c27c3..5613b7da 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,12 @@ Intended Audience :: Developers License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) License :: OSI Approved :: Zope Public License Programming Language :: Python -Programming Language :: Python :: 3 +Programming Language :: Python :: 2.5 +Programming Language :: Python :: 2.6 +Programming Language :: Python :: 2.7 +Programming Language :: Python :: 3.1 +Programming Language :: Python :: 3.2 +Programming Language :: Python :: 3.3 Programming Language :: C Programming Language :: SQL Topic :: Database From 4547753df0cc7819baff4420b27c381a7e221a8a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 21 Apr 2013 21:42:05 +0100 Subject: [PATCH 2/2] 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5613b7da..40790d93 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