diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-14 14:59:24 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-14 14:59:24 +0000 |
| commit | b57cbea2e80030da1ec46b74ed5c09a7329299c9 (patch) | |
| tree | 01c130d31fc22f2975dcfd7ec40db349f7d98a09 /qpid/python/setup.py | |
| parent | 02336adf2b3ce963fcd6db9ecb1cb6397ed2fc47 (diff) | |
| download | qpid-python-b57cbea2e80030da1ec46b74ed5c09a7329299c9.tar.gz | |
moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into extras/qmf
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/setup.py')
| -rw-r--r-- | qpid/python/setup.py | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py index 5178bad0ed..2bd6e7fe0d 100644 --- a/qpid/python/setup.py +++ b/qpid/python/setup.py @@ -21,15 +21,8 @@ from distutils.core import setup setup(name="qpid", version="0.7", - packages=["mllib", "qpid", "qpid.tests", "qmf", "qmf2", "qmf2.tests"], - scripts=["qpid-python-test", - "commands/qpid-cluster", - "commands/qpid-config", - "commands/qpid-printevents", - "commands/qpid-queue-stats", - "commands/qpid-route", - "commands/qpid-stat", - "commands/qpid-tool"], + packages=["mllib", "qpid", "qpid.tests"], + scripts=["qpid-python-test"], url="http://qpid.apache.org/", license="Apache Software License", description="Python language client implementation for Apache Qpid") |
