summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-11-05 10:06:54 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2010-11-05 10:06:54 +0000
commit40377a18af6c755f3f222847d694f0e5088a6162 (patch)
treeede9b87cb3121fc1bc206fc14ce0f42e553a44f8 /setup.py
parent274ff8bb1d05e6eaa545a9e4daf85d7b929aac42 (diff)
downloadpsycopg2-40377a18af6c755f3f222847d694f0e5088a6162.tar.gz
Updated classifier to make the upload work.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6973760..b1d01d1 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ brave programmer.
classifiers = """\
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
-License :: OSI Approved :: GNU Lesser General Public License (LGPL)
+License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
License :: OSI Approved :: Zope Public License
Programming Language :: Python
Programming Language :: C
@@ -57,7 +57,7 @@ from distutils.ccompiler import get_default_compiler
# take a look at http://www.python.org/dev/peps/pep-0386/
# for a consistent versioning pattern
-PSYCOPG_VERSION = '2.3.dev0'
+PSYCOPG_VERSION = '2.3a1'
version_flags = ['dt', 'dec']