From 515a83f201aa1e1b36bfc25cc484a4665485e282 Mon Sep 17 00:00:00 2001 From: Gustavo Niemeyer Date: Sun, 18 Nov 2007 17:48:31 -0200 Subject: Fixed setup.py to install mocker.py properly. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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", -- cgit v1.2.1