diff options
author | John Snow | 2022-03-30 19:28:08 +0200 |
---|---|---|
committer | John Snow | 2022-04-21 17:01:00 +0200 |
commit | adaca6e085c705510d0f516384d5a790e80a0c68 (patch) | |
tree | 7daf20cbccf795fa3124f2ed37976195cea0b756 /python/setup.cfg | |
parent | python/aqmp: copy qmp docstrings to qemu.aqmp.legacy (diff) | |
download | qemu-adaca6e085c705510d0f516384d5a790e80a0c68.tar.gz qemu-adaca6e085c705510d0f516384d5a790e80a0c68.tar.xz qemu-adaca6e085c705510d0f516384d5a790e80a0c68.zip |
python: remove the old QMP package
Thank you for your service!
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Beraldo Leal <bleal@redhat.com>
Message-id: 20220330172812.3427355-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
-rw-r--r-- | python/setup.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index cdeced44d2..4340c29a24 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -24,10 +24,9 @@ classifiers = [options] python_requires = >= 3.6 packages = - qemu.qmp + qemu.aqmp qemu.machine qemu.utils - qemu.aqmp [options.package_data] * = py.typed |