From 9b7a8cc90e159cbcdbececf0f2c4ec81e2976203 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@489179 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/setup.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qpid/python/setup.py (limited to 'qpid/python/setup.py') diff --git a/qpid/python/setup.py b/qpid/python/setup.py new file mode 100644 index 0000000000..b418775c91 --- /dev/null +++ b/qpid/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