summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-18 17:48:31 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-18 17:48:31 -0200
commit515a83f201aa1e1b36bfc25cc484a4665485e282 (patch)
treef4f9fb90c22a9acc1ede361acb685ffe8d47a619 /setup.py
parent590c2e8ca36f0675ab223db46f49c158a74a3a58 (diff)
downloadmocker-515a83f201aa1e1b36bfc25cc484a4665485e282.tar.gz
Fixed setup.py to install mocker.py properly.0.9.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f36bfc6..589ad47 100755
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ setup(
license="PSF License",
url="http://labix.org/mocker",
download_url="https://launchpad.net/mocker/+download",
+ py_modules=["mocker"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",