Skip to content

Commit 0989d43

Browse files
authored
Update setup.py
1 parent 2775d0a commit 0989d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_data_files(kind: str) -> list:
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",
2828
url="https://github.com/cjer/bclm",
29+
download_url="https://github.com/cjer/bclm/archive/refs/tags/v1.0.0-alpha.tar.gz",
2930
packages=['bclm', 'bclm/data'],
3031
package_data={'bclm': get_data_files('data'), 'bclm/data': get_data_files('yap')},
3132
install_requires=['pandas',

0 commit comments

Comments
 (0)