]> git.ipfire.org Git - thirdparty/qemu.git/commit
python/qemu-ga-client: add entry point
authorJohn Snow <jsnow@redhat.com>
Fri, 4 Jun 2021 15:55:31 +0000 (11:55 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commit7e7c2a0de74d56c3f47205df3dcf68ed7d43d30d
tree0d1723ed18ff8a88c04d254c71c6443c5c44e977
parent1e129afc311a4a3897e83a308cce79e2c1cc3d89
python/qemu-ga-client: add entry point

Remove the shebang, and add a package-defined entry point instead. Now,
it can be accessed using 'qemu-ga-client' from the command line after
installing the package.

The next commit adds a forwarder shim that allows the running of this
script without needing to install the package again.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-11-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/qemu_ga_client.py [changed mode: 0755->0644]
python/setup.cfg