From 0dab69f76f0701bb41466a563b19d5b4e4b1ee65 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Thu, 29 Aug 2013 13:00:20 +0200 Subject: [PATCH] Need to add the glade file to setup, or the debuild doesn't add it to the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e5ee4c7..f8ea03fd 100755 --- a/setup.py +++ b/setup.py @@ -180,7 +180,7 @@ setup(name=APP_NAME.capitalize(), ], packages=['terminatorlib', 'terminatorlib.configobj', 'terminatorlib.plugins'], - package_data={'terminatorlib': ['preferences.glade']}, + package_data={'terminatorlib': ['preferences.glade', 'layoutlauncher.glade']}, cmdclass={'build': BuildData, 'install_data': InstallData, 'uninstall': Uninstall}, distclass=TerminatorDist )