From 569672707e356ce2284da45fec3c69870873d438 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 10 Jul 2012 19:12:25 +0100 Subject: [PATCH] Don't try to install the README that no longer exists --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 81d4162..575a47b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ sys.path.insert(0, %s)''' % repr(self.lib_dir)) class build_with_data(build_py): """Python < 2.4 doesn't support package_data_files, so add it manually.""" package_data_files = [ - "zeroinstall/0launch-gui/README", "zeroinstall/0launch-gui/0launch-gui", "zeroinstall/0launch-gui/zero-install.ui", "zeroinstall/gtkui/desktop.ui", -- 2.11.4.GIT