From 6b0f8bd0941681b7aee77b0bdbe6fa99a6369031 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 12 Jun 2007 20:57:00 +0000 Subject: bug in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 627eeb1..4cddc5c 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", "icons/portato-icon.svg"])] cmdclass = {} if "gtk" in FRONTENDS: -- cgit v1.2.3-70-g09d2