From ee7e444d9214f5cbc83d18a26b38afd7eaf90159 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 12 Jun 2007 21:24:55 +0000 Subject: reverted back to png, but now using the image in the svg --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4cddc5c..5c96f9e 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", "icons/portato-icon.svg"])] +data_files = [(ICON_DIR, ["icons/portato-icon.png"])] cmdclass = {} if "gtk" in FRONTENDS: -- cgit v1.2.3