From fdaffda972b57a968a7cf4aedbab9c70e1f11ff8 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 20 Dec 2006 19:35:28 +0000 Subject: Simple setup.py script git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489179 13f79535-47bb-0310-9956-ffa450edef68 --- python/setup.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/setup.py (limited to 'python/setup.py') 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") -- cgit v1.2.1