summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Churchill <damoxc@gmail.com>2010-09-16 08:52:16 +0100
committerAndrew Resch <andrewresch@gmail.com>2010-09-16 09:23:19 -0700
commited3b23b0fc11d8adcf968125853ecfa0d5fa53f4 (patch)
tree2d521c322797f3badbefb706a9347b2b9ba24abb
parent6402634ec1709f2c84f3584c1973099f7afe0c9c (diff)
downloaddeluge-ed3b23b0fc11d8adcf968125853ecfa0d5fa53f4.tar.gz
deluge-ed3b23b0fc11d8adcf968125853ecfa0d5fa53f4.tar.bz2
deluge-ed3b23b0fc11d8adcf968125853ecfa0d5fa53f4.zip
add all the other scripts to package_data
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 80f875ab0..8f30d98de 100644
--- a/setup.py
+++ b/setup.py
@@ -457,6 +457,8 @@ setup(
"ui/web/images/*.gif",
"ui/web/images/*.png",
"ui/web/js/*.js",
+ "ui/web/js/*/*.js",
+ "ui/web/js/*/*/*.js",
"ui/web/render/*.html",
"ui/web/themes/css/*.css",
"ui/web/themes/*/*.gif",