From d58137e8f91f7045a24902367d06068bdc91b840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 23 Feb 2015 20:22:58 +0100 Subject: [PATCH] Changed to GSI-UPM --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f5af8bb..c6d8d82 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ 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/{}.tar.gz'.format(VERSION), + url='https://github.com/gsi-upm/senpy', # use the URL to the github repo + download_url='https://github.com/gsi-upm/senpy/archive/{}.tar.gz'.format(VERSION), keywords=['eurosentiment', 'sentiment', 'emotions', 'nif'], # arbitrary keywords classifiers=[], install_requires=reqs,