Skip to content

Commit

Permalink
setup updated
Browse files Browse the repository at this point in the history
  • Loading branch information
josubg committed May 27, 2019
1 parent 13eaea3 commit 6d49533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 6d49533

Please sign in to comment.