summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextras/qmf/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/qmf/setup.py b/extras/qmf/setup.py
index b7e47ce135..c7626aa932 100755
--- a/extras/qmf/setup.py
+++ b/extras/qmf/setup.py
@@ -21,6 +21,8 @@ from distutils.core import setup
setup(name="qpid-qmf",
version="0.7",
+ author="Apache Qpid",
+ author_email="dev@qpid.apache.org",
packages=["qmf", "qmf2", "qmf2.tests"],
package_dir={"": "src/py"},
url="http://qpid.apache.org/",