From 1719ece0368ee2cda83f3d41d523727a36dc9e0c Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 6 Apr 2009 18:03:43 +0000 Subject: [PATCH] fix the icons path --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd589b439..4b26946fb 100644 --- a/setup.py +++ b/setup.py @@ -382,7 +382,7 @@ setup( "ui/web/gettext.js", "ui/web/index.html", "ui/web/css/*.css", - "ui/web/icons/16/*.png", + "ui/web/icons/*.png", "ui/web/images/*.png", "ui/web/js/*.js", "ui/web/render/*.html",