Version 0.2.5 - Pypi

yapsy 0.2.5
J. Fernando Sánchez 10 years ago
parent 54492472ba
commit a5e79bead3

@ -18,7 +18,7 @@
Sentiment analysis server in Python
'''
VERSION = "0.2.4"
VERSION = "0.2.5"
import extensions
import blueprints

@ -12,7 +12,7 @@ extendable, so new algorithms and sources can be used.
author = 'J. Fernando Sanchez',
author_email = 'balkian@gmail.com',
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
classifiers = [],
)

Loading…
Cancel
Save