You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2010/02/05 18:02:31 UTC

svn commit: r907002 - /qpid/trunk/qpid/python/setup.py

Author: rhs
Date: Fri Feb  5 17:02:31 2010
New Revision: 907002

URL: http://svn.apache.org/viewvc?rev=907002&view=rev
Log:
fixed setup.py

Modified:
    qpid/trunk/qpid/python/setup.py

Modified: qpid/trunk/qpid/python/setup.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/setup.py?rev=907002&r1=907001&r2=907002&view=diff
==============================================================================
--- qpid/trunk/qpid/python/setup.py (original)
+++ qpid/trunk/qpid/python/setup.py Fri Feb  5 17:02:31 2010
@@ -19,7 +19,17 @@
 #
 from distutils.core import setup
 
-setup(name="qpid", version="0.7", packages=["qpid", "mllib"], scripts=["amqp-doc"],
+setup(name="qpid",
+      version="0.7",
+      packages=["mllib", "qpid", "qpid.tests", "qmf", "qmf2", "qmf2.tests"],
+      scripts=["qpid-python-test",
+               "commands/qpid-cluster",
+               "commands/qpid-config",
+               "commands/qpid-printevents",
+               "commands/qpid-queue-stats",
+               "commands/qpid-route",
+               "commands/qpid-stat",
+               "commands/qpid-tool"],
       url="http://qpid.apache.org/",
       license="Apache Software License",
       description="Python language client implementation for Apache Qpid")



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org