You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/04/15 11:33:51 UTC

svn commit: r765091 - /qpid/branches/0.5-release/qpid/python/setup.py

Author: gsim
Date: Wed Apr 15 09:33:50 2009
New Revision: 765091

URL: http://svn.apache.org/viewvc?rev=765091&view=rev
Log:
QPID-1808: added mllib to setup.py


Modified:
    qpid/branches/0.5-release/qpid/python/setup.py

Modified: qpid/branches/0.5-release/qpid/python/setup.py
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/python/setup.py?rev=765091&r1=765090&r2=765091&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/python/setup.py (original)
+++ qpid/branches/0.5-release/qpid/python/setup.py Wed Apr 15 09:33:50 2009
@@ -19,7 +19,7 @@
 #
 from distutils.core import setup
 
-setup(name="qpid", version="0.5", packages=["qpid"], scripts=["amqp-doc"],
+setup(name="qpid", version="0.5", packages=["qpid", "mllib"], scripts=["amqp-doc"],
       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