summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-01-08 02:31:01 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-01-08 02:31:01 +0000
commitd5c12a47c25965e19b8422efb79b6782d589dc85 (patch)
tree54c8c1c9715703dca2feed5d55d8df3b80843e46
parent0d7cf1af819aa641a2920788d19d52ec3839c56f (diff)
downloaddeluge-d5c12a47c25965e19b8422efb79b6782d589dc85.tar.gz
deluge-d5c12a47c25965e19b8422efb79b6782d589dc85.tar.bz2
deluge-d5c12a47c25965e19b8422efb79b6782d589dc85.zip
Fix installing
-rw-r--r--setup.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ba05efc89..99f65812e 100644
--- a/setup.py
+++ b/setup.py
@@ -397,8 +397,12 @@ setup(
"ui/webui/templates/ajax/static/icons/32/*.png",
"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/classic/*.png",
+ "ui/webui/templates/ajax/static/themes/classic/*.css",
+ "ui/webui/templates/ajax/static/themes/classic/mime_icons/*.png",
+ "ui/webui/templates/ajax/static/themes/white/*.png",
+ "ui/webui/templates/ajax/static/themes/white/*.css",
+ "ui/webui/templates/ajax/static/themes/white/mime_icons/*.png",
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",