From 6d49533c3161b02202cb83555c4aae6e1926f062 Mon Sep 17 00:00:00 2001 From: "josu.bermudez" Date: Mon, 27 May 2019 11:39:10 +0200 Subject: [PATCH] setup updated --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index bd0ffef..a52def5 100644 --- a/setup.py +++ b/setup.py @@ -20,17 +20,17 @@ version='0.9.50', description='Easy remote oauth identification', packages=find_packages(exclude=['contrib', 'docs', 'tests']), - install_requires=['django'], + install_requires=['django', "request"], keywords='Fiware Orion development', long_description=long_description, long_description_content_type='text/markdown', - url='https://github.com/deusto-tech/django-oauth-client/', + url='https://github.com/josubg/django_navbar_client', author='Josu Bermudez', author_email='josu.bermudez@deusto.es', project_urls={ - 'Bug Reports': 'https://github.com/deusto-tech/django-oauth-client//issues', - 'Source': 'https://github.com/deusto-tech/django-oauth-client', + 'Bug Reports': 'https://github.com/josubg/django_navbar_client/issues', + 'Source': 'https://github.com/josubg/django_navbar_client', }, classifiers=[