Skip to content

Commit

Permalink
removed v in download_url
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Jun 27, 2022
1 parent 3454c62 commit c3a9ff2
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 @@ -20,7 +20,7 @@
description='Toolbox for analysis on segmented images from MIBI',
author='Angelo Lab',
url='https://github.com/angelolab/ark-analysis',
download_url='https://github.com/angelolab/ark-analysis/archive/v{}.tar.gz'.format(VERSION),
download_url='https://github.com/angelolab/ark-analysis/archive/{}.tar.gz'.format(VERSION),
install_requires=requirements,
extras_require={
'tests': ['pytest',
Expand Down

0 comments on commit c3a9ff2

Please sign in to comment.