Install jabber server list
This commit is contained in:
parent
624bee755c
commit
789b73fd95
2
setup.py
2
setup.py
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue