1
0
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:
J. Fernando Sánchez
2014-11-04 21:31:41 +01:00
parent bdf1992775
commit ff8d12074b
7 changed files with 144 additions and 79 deletions

View File

@@ -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.