Module: deluge Branch: master Commit: 26defff7fc6f6fa7fa77b2b361b86bd81e70fe3a
Author: Damien Churchill <[email protected]> Date: Thu Mar 18 12:41:07 2010 +0000 fix building after the theme switch about --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index 9b81eb7..0e04da2 100644 --- a/setup.py +++ b/setup.py @@ -460,7 +460,7 @@ setup( "ui/web/images/*.png", "ui/web/js/*.js", "ui/web/render/*.html", - "ui/web/themes/*/*/*" + "ui/web/themes/*/*/*/*" ]}, 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.
