From cc8a41e09db8ad0b0666a30832d4b510b71ab5c4 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 12 Jun 2007 20:55:53 +0000 Subject: added svg-icon --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5c96f9e..627eeb1 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from portato.constants import VERSION, DATA_DIR, FRONTENDS, ICON_DIR packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] -data_files = [(ICON_DIR, ["icons/portato-icon.png"])] +data_files = [(ICON_DIR, ["icons/portato-icon.png", "icons/portato-icon.svg"]])] cmdclass = {} if "gtk" in FRONTENDS: -- cgit v1.2.3