Skip to content

Commit

Permalink
Remove unused DOWNLOAD_URL from setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Jul 24, 2017
1 parent a944d28 commit 6c3331f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

VERSION = '0.1.2'
URL = 'https://github.com/google/python-fire'
DOWNLOAD_URL = ('https://github.com/google/python-fire/archive/'
'v{version}.tar.gz').format(version=VERSION)

setup(
name='fire',
Expand Down

0 comments on commit 6c3331f

Please sign in to comment.