Allow the specification of address_family for JSONRPC servers, and
[invirt/packages/python-jsonrpclib.git] / setup.py
index 2c8f8c2..8a5c959 100755 (executable)
--- 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.12",
+    packages = ["jsonrpclib"],
     author = "Josh Marshall",
     author_email = "catchjosh@gmail.com",
     url = "http://code.google.com/p/jsonrpclib/",