Skip to content

Commit 399e48e

Browse files
authored
adding download_url in setup (#6)
1 parent 9904338 commit 399e48e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
long_description=readme,
2626
long_description_content_type="text/markdown",
2727
url='https://github.com/KmiQ/coinbase-advanced-python/',
28+
download_url=f"https://github.com/KmiQ/coinbase-advanced-python/archive/refs/tags/{coinbaseadvanced.__version__}.tar.gz",
2829
author='Camilo Quintas',
2930
author_email='kmiloc89@gmail.com',
3031
keywords=['api', 'coinbase', 'bitcoin', 'client'],

0 commit comments

Comments
 (0)