From c2299b793c7517ac812a4fa5b6277524970af9c7 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 3 Aug 2009 16:27:45 +0000 Subject: [PATCH] add .gif images from the images folder also --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bb83d6dd3..72f224163 100644 --- a/setup.py +++ b/setup.py @@ -425,6 +425,7 @@ setup( "ui/web/index.html", "ui/web/css/*.css", "ui/web/icons/*.png", + "ui/web/images/*.gif", "ui/web/images/*.png", "ui/web/js/*.js", "ui/web/render/*.html",