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,