Skip to content

Commit

Permalink
correct download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-d committed May 1, 2017
1 parent a1d24aa commit f95b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def run(self):
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Distributed Computing"
],
'download_url': 'https://github.com/CounterpartyXCP/counterparty-lib/releases/tag/v' + CURRENT_VERSION,
'download_url': 'https://github.com/CounterpartyXCP/counterparty-lib/releases/tag/' + CURRENT_VERSION,
'provides': ['counterpartylib'],
'packages': find_packages(),
'zip_safe': False,
Expand Down

0 comments on commit f95b75f

Please sign in to comment.