Skip to content

Commit

Permalink
Fix setup.py, should fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgs committed Dec 11, 2018
1 parent 6a8d22b commit 54aceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name='requests-jwt',
version='0.5.1',
url='https://github.com/tgs/requests-jwt',
modules=['requests_jwt'],
py_modules=['requests_jwt'],
install_requires=[ 'requests', 'PyJWT' ],
tests_require=['httpretty'],
test_suite='tests.suite',
Expand Down

0 comments on commit 54aceeb

Please sign in to comment.