diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-19 13:05:49 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-19 13:05:49 +0000 |
| commit | c46e7a41327b568cae7981a569145d00d2cb2ae6 (patch) | |
| tree | f2935dc2b0db2baba98d2dc491c3e5fc8fe28aef /extras | |
| parent | d8048acc7b376aabebdbaa0ed30ef65132cba4c8 (diff) | |
| download | qpid-python-c46e7a41327b568cae7981a569145d00d2cb2ae6.tar.gz | |
added missing author metadata
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@911802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'extras')
| -rwxr-xr-x | extras/qmf/setup.py | 2 |
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/", |
