Need to add the glade file to setup, or the debuild doesn't add it to the package
This commit is contained in:
parent
e14cd19690
commit
0dab69f76f
2
setup.py
2
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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user