summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2c8f8c2..942d79d 100755
--- a/setup.py
+++ b/setup.py
@@ -18,9 +18,8 @@ import distutils.core
distutils.core.setup(
name = "jsonrpclib",
- version = "0.1",
- package_dir = {'': 'lib'},
- py_modules = ["jsonrpclib"],
+ version = "0.11",
+ packages = ["jsonrpclib"],
author = "Josh Marshall",
author_email = "catchjosh@gmail.com",
url = "http://code.google.com/p/jsonrpclib/",