summaryrefslogtreecommitdiffstats
path: root/python/setup.cfg
diff options
context:
space:
mode:
authorJohn Snow2022-03-30 19:28:08 +0200
committerJohn Snow2022-04-21 17:01:00 +0200
commitadaca6e085c705510d0f516384d5a790e80a0c68 (patch)
tree7daf20cbccf795fa3124f2ed37976195cea0b756 /python/setup.cfg
parentpython/aqmp: copy qmp docstrings to qemu.aqmp.legacy (diff)
downloadqemu-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.cfg3
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