mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Dropped download url from package metadata
Not really useful anymore as PyPI is the official download place.
This commit is contained in:
parent
f08019e356
commit
0dec435856
7
setup.py
7
setup.py
|
@ -579,12 +579,6 @@ ext.append(Extension("psycopg2._psycopg", sources,
|
||||||
depends=depends,
|
depends=depends,
|
||||||
undef_macros=[]))
|
undef_macros=[]))
|
||||||
|
|
||||||
# Compute the direct download url.
|
|
||||||
download_url = (
|
|
||||||
"http://initd.org/psycopg/tarballs/PSYCOPG-%s/psycopg2-%s.tar.gz"
|
|
||||||
% (re.sub(r'^(\d+)\.(\d+).*', r'\1-\2', PSYCOPG_VERSION),
|
|
||||||
PSYCOPG_VERSION))
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
f = open("README.rst")
|
f = open("README.rst")
|
||||||
readme = f.read()
|
readme = f.read()
|
||||||
|
@ -600,7 +594,6 @@ setup(name="psycopg2",
|
||||||
author="Federico Di Gregorio",
|
author="Federico Di Gregorio",
|
||||||
author_email="fog@initd.org",
|
author_email="fog@initd.org",
|
||||||
url="http://initd.org/psycopg/",
|
url="http://initd.org/psycopg/",
|
||||||
download_url=download_url,
|
|
||||||
license="LGPL with exceptions or ZPL",
|
license="LGPL with exceptions or ZPL",
|
||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user