From 548ee3fc0f2798c81ac93d8473ff5bdebe4c076f Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 16 Aug 2008 14:09:03 +0100 Subject: [PATCH] Include cache.glade when installing with setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3c2eabb..642e6a1 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ class build_with_data(build_py): "zeroinstall/0launch-gui/ZeroInstall-GUI.xml", "zeroinstall/0launch-gui/zero-install.glade", "zeroinstall/gtkui/desktop.glade", + "zeroinstall/gtkui/cache.glade", ] def run(self): # Copy .py files and build, as usual -- 2.11.4.GIT