Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
afard authored Feb 9, 2023
1 parent 2d68692 commit 0249fd5
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 @@ -19,7 +19,7 @@
'highcharts.highstock': ['templates/*.html']
},
url='https://github.com/vertica/vertica-highcharts',
download_url='https://github.com/vertica/vertica-highcharts/tarball/' + ns['__version__'],
download_url='https://github.com/vertica/vertica-highcharts/releases/tag/' + ns['__version__'],
description='Python Highcharts wrapper',
install_requires=[
"Jinja2",
Expand Down

0 comments on commit 0249fd5

Please sign in to comment.