Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsileo committed Jul 16, 2013
1 parent 072b54d commit 34cd8ce
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 @@ -14,7 +14,7 @@ def read(fname):
license="MIT",
keywords="eve api mock mocking mocker",
url="https://github.com/tsileo/eve-mocker",
packages=["eve_mocker"],
py_modules=["eve_mocker"],
long_description=read("README.rst"),
install_requires=["httpretty"],
tests_require=["sure", "requests"],
Expand All @@ -25,4 +25,5 @@ def read(fname):
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
],
zip_safe=False,
)

0 comments on commit 34cd8ce

Please sign in to comment.