From ed3b23b0fc11d8adcf968125853ecfa0d5fa53f4 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Thu, 16 Sep 2010 08:52:16 +0100 Subject: [PATCH] add all the other scripts to package_data --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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",