diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-01-01 14:55:06 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-01-01 14:55:06 +0100 |
| commit | 41df204d37716c2efa5d83bf957f74c56a075467 (patch) | |
| tree | e813263fd1218eda535d796ae110fdb283c18221 | |
| parent | d298f83c4f9d432d1b170c66d4115addefe0b21a (diff) | |
| download | sqlparse-41df204d37716c2efa5d83bf957f74c56a075467.tar.gz | |
Remove download url from setup (fixes issue84).
Downloads on github are disabled since December 2012.
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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', |
