Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a140e8973..094eb54da 100644
--- a/setup.py
+++ b/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)