diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2013-09-11 19:31:04 -0400 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2013-09-11 19:31:04 -0400 |
commit | 59906c2e458b66d6af1d554c4da59213d7fb8476 (patch) | |
tree | db3176d61c0a4a2850ead4e9b02b500f32959073 /setup.py | |
parent | ffe4d02356f3e35b119fef6b81bb6a5a518ed782 (diff) | |
download | isort-59906c2e458b66d6af1d554c4da59213d7fb8476.tar.gz |
Update isort to use git release archives instead of storing dist output
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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'], |