From 01322598652641f61425929add25920ed09f0060 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 8 Dec 2018 11:29:35 +0100 Subject: [PATCH] Display that we're installing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')