Install jabber server list

This commit is contained in:
André Apitzsch 2017-09-03 00:26:08 +02:00
parent 624bee755c
commit 789b73fd95
1 changed files with 2 additions and 0 deletions

View File

@ -156,11 +156,13 @@ package_data_emoticons = ['data/emoticons/*/emoticons_theme.py',
package_data_gui = ['data/gui/*.ui']
package_data_icons = ['data/icons/hicolor/*/*/*.png']
package_data_iconsets = ['data/iconsets/*/*/*.png']
package_data_other = ['data/other/servers.xml']
package_data_style = ['data/style/gajim.css']
package_data = (package_data_emoticons
+ package_data_gui
+ package_data_icons
+ package_data_iconsets
+ package_data_other
+ package_data_style)