diff --git a/setup.py b/setup.py index 636b5ec9e5..0e92c0e754 100644 --- a/setup.py +++ b/setup.py @@ -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,