mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-24 17:12:29 +00:00
Version 0.2.5 - Pypi
This commit is contained in:
parent
54492472ba
commit
a5e79bead3
@ -18,7 +18,7 @@
|
|||||||
Sentiment analysis server in Python
|
Sentiment analysis server in Python
|
||||||
'''
|
'''
|
||||||
|
|
||||||
VERSION = "0.2.4"
|
VERSION = "0.2.5"
|
||||||
|
|
||||||
import extensions
|
import extensions
|
||||||
import blueprints
|
import blueprints
|
||||||
|
2
setup.py
2
setup.py
@ -12,7 +12,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/archive/0.2.3.tar.gz',
|
download_url = 'https://github.com/balkian/senpy/archive/{}.tar.gz'.format(senpy.VERSION),
|
||||||
keywords = ['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords
|
keywords = ['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords
|
||||||
classifiers = [],
|
classifiers = [],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user