From e5dec3f0201ea14f20ff87d4d4bac3d0467e6756 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 25e0c27ea..df0cf4cd7 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",