From b9c49f27fa017d0bae6d8f1e9d63e7efb1729513 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 65bed055b..dc0548840 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",