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