mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Updated classifier to make the upload work.
This commit is contained in:
parent
274ff8bb1d
commit
40377a18af
4
setup.py
4
setup.py
|
@ -30,7 +30,7 @@ brave programmer.
|
||||||
classifiers = """\
|
classifiers = """\
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Intended Audience :: Developers
|
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
|
License :: OSI Approved :: Zope Public License
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: C
|
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/
|
# take a look at http://www.python.org/dev/peps/pep-0386/
|
||||||
# for a consistent versioning pattern
|
# for a consistent versioning pattern
|
||||||
PSYCOPG_VERSION = '2.3.dev0'
|
PSYCOPG_VERSION = '2.3a1'
|
||||||
|
|
||||||
version_flags = ['dt', 'dec']
|
version_flags = ['dt', 'dec']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user