8000 Remove unused DOWNLOAD_URL from setup.py. · GitObjects/python-fire@6c3331f · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 6c3331f

Browse files
committed
Remove unused DOWNLOAD_URL from setup.py.
1 parent a944d28 commit 6c3331f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141

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

4745
setup(
4846
name='fire',

0 commit comments

Comments
 (0)
0