From 19799d74b44f0feb6d5188cf174c5f097d132e48 Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 9 Apr 2011 22:34:23 +1000 Subject: [PATCH] Include gif pixmaps in the package data --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a41bfbce..d5f13b11f 100644 --- a/setup.py +++ b/setup.py @@ -463,6 +463,7 @@ setup( "data/pixmaps/*.png", "data/pixmaps/*.svg", "data/pixmaps/*.ico", + "data/pixmaps/*.gif", "data/pixmaps/flags/*.png", "plugins/*.egg", "i18n/*.pot",