summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-11 19:31:04 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-11 19:31:04 -0400
commit59906c2e458b66d6af1d554c4da59213d7fb8476 (patch)
treedb3176d61c0a4a2850ead4e9b02b500f32959073 /setup.py
parentffe4d02356f3e35b119fef6b81bb6a5a518ed782 (diff)
downloadisort-59906c2e458b66d6af1d554c4da59213d7fb8476.tar.gz
Update isort to use git release archives instead of storing dist output
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 67a29aea..ecd6c4dc 100755
--- a/setup.py
+++ b/setup.py
@@ -8,8 +8,7 @@ setup(name='isort',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/isort',
- download_url='https://github.com/timothycrosley/isort/blob/master'
- '/dist/isort-1.2.5.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/isort/archive/1.2.5.tar.gz',
license="MIT",
scripts=['scripts/isort'],
packages=['isort'],