From ab48eaca8fc9ffc34daa7d3687b249b7fe37a12e Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 24 Apr 2007 20:29:01 +0000 Subject: add application icon and desktop file --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2e294fc..5c96f9e 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ import os, os.path from distutils.core import setup, Extension -from portato.constants import VERSION, DATA_DIR, FRONTENDS +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 = [] +data_files = [(ICON_DIR, ["icons/portato-icon.png"])] cmdclass = {} if "gtk" in FRONTENDS: -- cgit v1.2.3