Skip to content

Commit 4a25e46

Browse files
committed
Add download URL
1 parent 74d0866 commit 4a25e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author = 'Cedric Richter',
1515
author_email = 'cedricr.upb@gmail.com',
1616
url = 'https://github.com/cedricrupb/code_ast',
17-
download_url = '',
17+
download_url = 'https://github.com/cedricrupb/code_ast/archive/refs/tags/v0.1.0.tar.gz',
1818
keywords = ['code', 'ast', 'syntax', 'program', 'language processing'],
1919
install_requires=[
2020
'tree_sitter',

0 commit comments

Comments
 (0)