diff options
author | John Snow <jsnow@redhat.com> | 2022-03-30 13:28:08 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2022-04-21 11:01:00 -0400 |
commit | adaca6e085c705510d0f516384d5a790e80a0c68 (patch) | |
tree | 7daf20cbccf795fa3124f2ed37976195cea0b756 /python/setup.cfg | |
parent | b0654f4f989dcb9af323ce8289ae71861b0f5a2b (diff) | |
download | qemu-adaca6e085c705510d0f516384d5a790e80a0c68.zip qemu-adaca6e085c705510d0f516384d5a790e80a0c68.tar.gz qemu-adaca6e085c705510d0f516384d5a790e80a0c68.tar.bz2 |
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 cdeced4..4340c29 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 |