Module: deluge Branch: 1.3-stable Commit: ed3b23b0fc11d8adcf968125853ecfa0d5fa53f4
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 80f875a..8f30d98 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.
