add all the other scripts to package_data

This commit is contained in:
Damien Churchill 2010-09-16 08:52:16 +01:00
parent def1127c78
commit e5dec3f020
1 changed files with 2 additions and 0 deletions

View File

@ -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",