mirror of
https://github.com/gsi-upm/senpy
synced 2025-09-19 04:52:21 +00:00
Improved plugins (reload, imp)
This commit is contained in:
3
setup.py
3
setup.py
@@ -1,9 +1,10 @@
|
||||
from setuptools import setup
|
||||
import senpy
|
||||
|
||||
setup(
|
||||
name = 'senpy',
|
||||
packages = ['senpy'], # this must be the same as the name above
|
||||
version = '0.2.3',
|
||||
version = senpy.VERSION,
|
||||
description = '''
|
||||
A sentiment analysis server implementation. Designed to be \
|
||||
extendable, so new algorithms and sources can be used.
|
||||
|
Reference in New Issue
Block a user