summaryrefslogtreecommitdiffstats
path: root/python/README.rst
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/README.rst
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/README.rst')
-rw-r--r--python/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.rst b/python/README.rst
index fcf74f69ea..eb5213337d 100644
--- a/python/README.rst
+++ b/python/README.rst
@@ -3,7 +3,7 @@ QEMU Python Tooling
This directory houses Python tooling used by the QEMU project to build,
configure, and test QEMU. It is organized by namespace (``qemu``), and
-then by package (e.g. ``qemu/machine``, ``qemu/qmp``, etc).
+then by package (e.g. ``qemu/machine``, ``qemu/aqmp``, etc).
``setup.py`` is used by ``pip`` to install this tooling to the current
environment. ``setup.cfg`` provides the packaging configuration used by