Skip to content

Commit

Permalink
Merge pull request #20 from luizalabs/ro-setup_py-fix
Browse files Browse the repository at this point in the history
Fix setup.py
  • Loading branch information
renanivo committed Nov 17, 2016
2 parents c7ecbbf + 300fb54 commit 0b7dd20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ def read(fname):
),
long_description=read('README.rst'),
author='Luizalabs',
author_email='pypi@luizalabs.com',
url='https://github.com/luizalabs/django-toolkit',
keywords='django tools logs middleware utils',
install_requires=[
'Django>=1.8',
],
extra_requires={
extras_require={
'oauth2': ['django-oauth-toolkit'],
},
packages=find_packages(exclude=[
Expand Down

0 comments on commit 0b7dd20

Please sign in to comment.