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/README.rst | |
| 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/README.rst')
| -rw-r--r-- | python/README.rst | 2 |
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 |
