summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Garland <johnnybg+deluge@gmail.com>2010-09-18 00:47:47 +1000
committerJohn Garland <johnnybg+deluge@gmail.com>2010-09-18 00:48:22 +1000
commit6235e832fed5132628e3f3f20fd7e373ce19524c (patch)
treec0c50209e9dd4529619e07f2b855063822dd8018
parenta71f14c47e187ba15c03840611f903e2176ba20a (diff)
downloaddeluge-6235e832fed5132628e3f3f20fd7e373ce19524c.tar.gz
deluge-6235e832fed5132628e3f3f20fd7e373ce19524c.tar.bz2
deluge-6235e832fed5132628e3f3f20fd7e373ce19524c.zip
include missing theme images
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 6428addcf..50535ebb1 100644
--- a/setup.py
+++ b/setup.py
@@ -463,10 +463,10 @@ setup(
"ui/web/js/*/*/.order",
"ui/web/render/*.html",
"ui/web/themes/css/*.css",
- "ui/web/themes/*/*.gif",
- "ui/web/themes/*/*.png",
- "ui/web/themes/*/*/*.png",
- "ui/web/themes/*/*/*.gif"
+ "ui/web/themes/images/*/*.gif",
+ "ui/web/themes/images/*/*.png",
+ "ui/web/themes/images/*/*/*.gif",
+ "ui/web/themes/images/*/*/*.png"
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
entry_points = """