Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
a5e79bea
Commit
a5e79bea
authored
Nov 05, 2014
by
J. Fernando Sánchez
Browse files
Version 0.2.5 - Pypi
parent
54492472
Changes
2
Hide whitespace changes
Inline
Side-by-side
senpy/__init__.py
View file @
a5e79bea
...
...
@@ -18,7 +18,7 @@
Sentiment analysis server in Python
'''
VERSION
=
"0.2.
4
"
VERSION
=
"0.2.
5
"
import
extensions
import
blueprints
...
...
setup.py
View file @
a5e79bea
...
...
@@ -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
=
[],
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment