Module: deluge Branch: master Commit: eee27868a85d68520468bf4d69c7facb2fe7aecb
Author: Damien Churchill <[email protected]> Date: Thu Sep 16 12:16:07 2010 +0100 include the .order files --- setup.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index df0cf4c..4822ab5 100644 --- a/setup.py +++ b/setup.py @@ -458,7 +458,9 @@ setup( "ui/web/images/*.png", "ui/web/js/*.js", "ui/web/js/*/*.js", + "ui/web/js/*/.order", "ui/web/js/*/*/*.js", + "ui/web/js/*/*/.order", "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.
