summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2013-01-01 14:55:06 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2013-01-01 14:55:06 +0100
commit41df204d37716c2efa5d83bf957f74c56a075467 (patch)
treee813263fd1218eda535d796ae110fdb283c18221
parentd298f83c4f9d432d1b170c66d4115addefe0b21a (diff)
downloadsqlparse-41df204d37716c2efa5d83bf957f74c56a075467.tar.gz
Remove download url from setup (fixes issue84).
Downloads on github are disabled since December 2012.
-rwxr-xr-xsetup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index a20c39e..acf7b26 100755
--- a/setup.py
+++ b/setup.py
@@ -76,10 +76,6 @@ Parsing::
"""
VERSION = get_version()
-DOWNLOAD_URL = (
- 'https://github.com/downloads/andialbrecht/sqlparse/'
- 'sqlparse-%s.tar.gz' % VERSION
-)
kwargs = {}
@@ -94,7 +90,6 @@ setup(
description='Non-validating SQL parser',
author='Andi Albrecht',
author_email='albrecht.andi@gmail.com',
- download_url=DOWNLOAD_URL,
long_description=LONG_DESCRIPTION,
license='BSD',
url='https://github.com/andialbrecht/sqlparse',