Need to add the glade file to setup, or the debuild doesn't add it to the package

This commit is contained in:
Stephen Boddy 2013-08-29 13:00:20 +02:00
parent e14cd19690
commit 0dab69f76f
1 changed files with 1 additions and 1 deletions

View File

@ -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
)