diff --git a/setup.py b/setup.py index 2b101dd..4bab68c 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ from setuphelpers import * uninstallkey = [] def install(): - print('Qemu Guest Agent') + print('Installing Qemu Guest Agent') install_msi_if_needed('qemu-ga-x64.msi' if iswin64() else 'qemu-ga-x86.msi')