Skip to content

Commit 352074d

Browse files
committed
fix setup.py URL
1 parent 2fd5638 commit 352074d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
version=VERSION,
2020
description='Python library for bitshares',
2121
long_description=open('README.md').read(),
22-
download_url='{}/tarball/{}'.format(VERSION, URL),
22+
download_url='{}/tarball/{}'.format(URL, VERSION),
2323
author='Fabian Schuh',
2424
author_email='[email protected]',
2525
maintainer='Fabian Schuh',

0 commit comments

Comments
 (0)