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 2014/09/26 17:27:16 UTC

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

Author: gsim
Date: Fri Sep 26 15:27:15 2014
New Revision: 1627808

URL: http://svn.apache.org/r1627808
Log:
QPID-6116: ensure new packages are installed

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=1627808&r1=1627807&r2=1627808&view=diff
==============================================================================
--- qpid/trunk/qpid/python/setup.py (original)
+++ qpid/trunk/qpid/python/setup.py Fri Sep 26 15:27:15 2014
@@ -302,7 +302,7 @@ setup(name="qpid-python",
       author="Apache Qpid",
       author_email="dev@qpid.apache.org",
       packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",
-                "qpid.tests.messaging"],
+                "qpid.tests.messaging", "qpid.saslmech", "qpid.tests.saslmech"],
       package_data={"qpid": ["specs/*.dtd", "specs/*.xml"]},
       scripts=["qpid-python-test"],
       url="http://qpid.apache.org/",



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org