From c406ab4eaf73afb7fd89b706ecf6191de632a691 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 7 Jan 2009 21:01:38 +0000 Subject: [PATCH] add mime images to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57cb12b22..48d81081d 100644 --- a/setup.py +++ b/setup.py @@ -398,7 +398,8 @@ setup( "ui/webui/templates/ajax/static/images/*.gif", "ui/webui/templates/ajax/static/js/*.js", "ui/webui/templates/ajax/static/themes/classic/*", - "ui/webui/templates/ajax/static/themes/white/*" + "ui/webui/templates/ajax/static/themes/white/*", + "ui/webui/templates/ajax/static/themes/white/mime_icons/*.png", ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org",