Module: deluge Branch: master Commit: e5dec3f0201ea14f20ff87d4d4bac3d0467e6756
Author: Damien Churchill <[email protected]> Date: Thu Sep 16 08:52:16 2010 +0100 add all the other scripts to package_data --- setup.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index 25e0c27..df0cf4c 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", -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
