Skip to content

Commit 41df204

Browse files
committed
Remove download url from setup (fixes issue84).
Downloads on github are disabled since December 2012.
1 parent d298f83 commit 41df204

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ def get_version():
7676
"""
7777

7878
VERSION = get_version()
79-
DOWNLOAD_URL = (
80-
'https://github.com/downloads/andialbrecht/sqlparse/'
81-
'sqlparse-%s.tar.gz' % VERSION
82-
)
8379

8480

8581
kwargs = {}
@@ -94,7 +90,6 @@ def get_version():
9490
description='Non-validating SQL parser',
9591
author='Andi Albrecht',
9692
author_email='[email protected]',
97-
download_url=DOWNLOAD_URL,
9893
long_description=LONG_DESCRIPTION,
9994
license='BSD',
10095
url='https://github.com/andialbrecht/sqlparse',

0 commit comments

Comments
 (0)