summaryrefslogtreecommitdiff
path: root/qpid/extras/qmf/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/extras/qmf/setup.py')
-rwxr-xr-xqpid/extras/qmf/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/extras/qmf/setup.py b/qpid/extras/qmf/setup.py
index ae35c42375..2e3ec7a38e 100755
--- a/qpid/extras/qmf/setup.py
+++ b/qpid/extras/qmf/setup.py
@@ -20,10 +20,10 @@
from distutils.core import setup
setup(name="qpid-qmf",
- version="0.13",
+ version="0.9",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
- packages=["qmf"],
+ packages=["qmf", "qmf2", "qmf2.tests"],
package_dir={"": "src/py"},
url="http://qpid.apache.org/",
license="Apache Software License",