Module: deluge Branch: master Commit: 7cd210a59bdf7f6d6f3f33cc879ab3e2d06ee706
Author: John Garland <[email protected]> Date: Sat Sep 18 00:47:47 2010 +1000 include missing theme images --- setup.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 4822ab5..146eaa9 100644 --- a/setup.py +++ b/setup.py @@ -463,10 +463,10 @@ setup( "ui/web/js/*/*/.order", "ui/web/render/*.html", "ui/web/themes/css/*.css", - "ui/web/themes/*/*.gif", - "ui/web/themes/*/*.png", - "ui/web/themes/*/*/*.png", - "ui/web/themes/*/*/*.gif" + "ui/web/themes/images/*/*.gif", + "ui/web/themes/images/*/*.png", + "ui/web/themes/images/*/*/*.gif", + "ui/web/themes/images/*/*/*.png" ]}, packages = find_packages(exclude=["plugins", "docs", "tests"]), entry_points = """ -- 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.
