From be7e1916d7b82cdc80070d0fecd4aa6029249125 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 26 Feb 2019 23:48:20 +0000 Subject: [PATCH] Dropped outdated setup.py comment --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index d26840de..0a131fa2 100644 --- a/setup.py +++ b/setup.py @@ -605,9 +605,6 @@ ext.append(Extension("psycopg2._psycopg", sources, undef_macros=[])) # Compute the direct download url. -# Note that the current package installation programs are stupidly intelligent -# and will try to install a beta if they find a link in the homepage instead of -# using these pretty metadata. But that's their problem, not ours. download_url = ( "http://initd.org/psycopg/tarballs/PSYCOPG-%s/psycopg2-%s.tar.gz" % (re.sub(r'^(\d+)\.(\d+).*', r'\1-\2', PSYCOPG_VERSION),