Skip to content

Commit

Permalink
Correct modules declr
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 25, 2013
1 parent ba22c8a commit 9b2e98c
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 @@ -49,7 +49,7 @@ def run_tests(self):
'A utility library for mocking out the `requests` Python library.'
),
long_description=open('README.rst').read(),
moduels=['responses'],
py_modules=['responses'],
zip_safe=False,
install_requires=install_requires,
extras_require={
Expand Down

0 comments on commit 9b2e98c

Please sign in to comment.