summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rw-r--r--python/setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
new file mode 100644
index 0000000000..b418775c91
--- /dev/null
+++ b/python/setup.py
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+from distutils.core import setup
+
+setup(name="qpid", version="0.1", packages=["qpid"], scripts=["amqp-doc"],
+ url="http://incubator.apache.org/qpid",
+ license="Apache Software License",
+ description="Python language client implementation for Apache Qpid")