From 83dad864f08fb5bb6a362631c7418814c01e84e4 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Thu, 26 Apr 2007 17:12:05 +0000 Subject: some more fixed bugs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5281b75..5c96f9e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os, os.path from distutils.core import setup, Extension from portato.constants import VERSION, DATA_DIR, FRONTENDS, ICON_DIR -packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage", "portato.extern"] +packages = ["portato", "portato.gui", "portato.plugins", "portato.backend", "portato.backend.portage"] ext_modules = [] data_files = [(ICON_DIR, ["icons/portato-icon.png"])] cmdclass = {} -- cgit v1.2.3