mirror of
https://github.com/gsi-upm/senpy
synced 2025-09-19 04:52:21 +00:00
Added plugin architecture
This commit is contained in:
4
setup.py
4
setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
|
||||
setup(
|
||||
name = 'senpy',
|
||||
packages = ['senpy'], # this must be the same as the name above
|
||||
version = '0.1',
|
||||
version = '0.2',
|
||||
description = '''
|
||||
A sentiment analysis server implementation. Designed to be \
|
||||
extendable, so new algorithms and sources can be used.
|
||||
@@ -10,7 +10,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.1.tar.gz', # I'll explain this in a second
|
||||
download_url = 'https://github.com/balkian/senpy/archive/0.2.tar.gz', # I'll explain this in a second
|
||||
keywords = ['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords
|
||||
classifiers = [],
|
||||
)
|
||||
|
Reference in New Issue
Block a user