diff options
| author | John Snow | 2021-09-15 18:29:29 +0200 |
|---|---|---|
| committer | John Snow | 2021-09-27 18:10:27 +0200 |
| commit | a093a65567c797ab0a53e8a6962043679e3ed2f2 (patch) | |
| tree | 54cb7aff698cf70a00a07cedd720891775b16bc6 /python/setup.cfg | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-25-v2' in... (diff) | |
| download | qemu-a093a65567c797ab0a53e8a6962043679e3ed2f2.tar.gz qemu-a093a65567c797ab0a53e8a6962043679e3ed2f2.tar.xz qemu-a093a65567c797ab0a53e8a6962043679e3ed2f2.zip | |
python/aqmp: add asynchronous QMP (AQMP) subpackage
For now, it's empty! Soon, it won't be.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20210915162955.333025-2-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
| -rw-r--r-- | python/setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index fdca265fec..d1da9853a4 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -27,6 +27,7 @@ packages = qemu.qmp qemu.machine qemu.utils + qemu.aqmp [options.package_data] * = py.typed |
