mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Fixed download_url
This commit is contained in:
parent
680f94a4fb
commit
d0aa889124
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ extendable, so new algorithms and sources can be used.
|
|||||||
author = 'J. Fernando Sanchez',
|
author = 'J. Fernando Sanchez',
|
||||||
author_email = 'balkian@gmail.com',
|
author_email = 'balkian@gmail.com',
|
||||||
url = 'https://github.com/balkian/senpy', # use the URL to the github repo
|
url = 'https://github.com/balkian/senpy', # use the URL to the github repo
|
||||||
download_url = 'https://github.com/balkian/senpy/tarball/0.1', # I'll explain this in a second
|
download_url = 'https://github.com/balkian/senpy/archive/0.1.tar.gz', # I'll explain this in a second
|
||||||
keywords = ['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords
|
keywords = ['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords
|
||||||
classifiers = [],
|
classifiers = [],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user