Skip to content

Commit

Permalink
Remove download_url from setup.py
Browse files Browse the repository at this point in the history
* Prevents issues with moving download locations in the future, see
  https://www.djangoproject.com/m/bad-installer.txt
* Removes a location that release managers need to update with a
  new version
* Very little use when files are hosted on PyPI (as Django's are)
  • Loading branch information
dstufft committed Apr 4, 2013
1 parent 272d62e commit 5c771da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def fullsplit(path, result=None):
author = 'Django Software Foundation',
author_email = '[email protected]',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
download_url = 'https://www.djangoproject.com/m/releases/1.5/Django-1.5.1.tar.gz',
license = "BSD",
packages = packages,
cmdclass = cmdclasses,
Expand Down

0 comments on commit 5c771da

Please sign in to comment.