From fba60a84b9a838ad32def950210a6b62d9bcdbff Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 19 Feb 2007 23:04:14 +0000 Subject: Back to our own revision solution as the eclass-one checks _before_ updating --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d48d396..737f2c9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup, Extension from portato.constants import VERSION, DATA_DIR, FRONTENDS -packages = ["portato", "portato.gui", "portato.backend"] +packages = ["portato", "portato.gui", "portato.backend", "portato.backend.portage"] ext_modules = [] data_files = [] cmdclass = {} -- cgit v1.2.3-54-g00ecf