1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-11-08 02:48:16 +00:00

Multiple changes in the API, schemas and UI

Check out the CHANGELOG.md file for more information
This commit is contained in:
J. Fernando Sánchez
2019-01-07 12:08:19 +01:00
parent 4ba30304a4
commit 8a516d927e
111 changed files with 9670 additions and 46155 deletions

View File

@@ -19,6 +19,7 @@ extra_reqs = parse_requirements("extra-requirements.txt")
setup(
name='senpy',
python_requires='>3.3',
packages=['senpy'], # this must be the same as the name above
version=__version__,
description=('A sentiment analysis server implementation. '
@@ -30,7 +31,9 @@ setup(
download_url='https://github.com/gsi-upm/senpy/archive/{}.tar.gz'.format(
__version__),
keywords=['eurosentiment', 'sentiment', 'emotions', 'nif'],
classifiers=[],
classifiers=[
'Programming Language :: Python :: 3',
],
install_requires=install_reqs,
tests_require=test_reqs,
setup_requires=['pytest-runner', ],