Skip to content

Commit b859606

Browse files
authored
add download_url
1 parent bb50d93 commit b859606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def get_data_files(kind: str) -> list:
2525
description="THE go-to place for all Python Hebrew Treebank processing tasks.",
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",
28-
url="https://github.com/cjer/bclm",
28+
url="https://github.com/OnlpLab/bclm",
29+
download_url="https://github.com/OnlpLab/bclm/archive/refs/tags/v1.0.0-beta.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)