summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDamien Churchill <damoxc@gmail.com>2010-03-18 12:41:07 +0000
committerDamien Churchill <damoxc@gmail.com>2010-03-18 12:41:07 +0000
commit26defff7fc6f6fa7fa77b2b361b86bd81e70fe3a (patch)
treeb281a703b736d21c15cb9db840683c0cbe094b89 /setup.py
parent7947773a88fda5dd76e7d7e08e26cfb3a6484f82 (diff)
downloaddeluge-26defff7fc6f6fa7fa77b2b361b86bd81e70fe3a.tar.gz
deluge-26defff7fc6f6fa7fa77b2b361b86bd81e70fe3a.tar.bz2
deluge-26defff7fc6f6fa7fa77b2b361b86bd81e70fe3a.zip
fix building after the theme switch about
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9b81eb741..0e04da27e 100644
--- a/setup.py
+++ b/setup.py
@@ -460,7 +460,7 @@ setup(
"ui/web/images/*.png",
"ui/web/js/*.js",
"ui/web/render/*.html",
- "ui/web/themes/*/*/*"
+ "ui/web/themes/*/*/*/*"
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
entry_points = """