Module: deluge Branch: 1.3-stable Commit: b9c49f27fa017d0bae6d8f1e9d63e7efb1729513
Author: John Garland <[email protected]> Date: Sat Apr 9 22:34:23 2011 +1000 Include gif pixmaps in the package data --- setup.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index 65bed05..dc05488 100644 --- a/setup.py +++ b/setup.py @@ -463,6 +463,7 @@ setup( "data/pixmaps/*.png", "data/pixmaps/*.svg", "data/pixmaps/*.ico", + "data/pixmaps/*.gif", "data/pixmaps/flags/*.png", "plugins/*.egg", "i18n/*.pot", -- 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.
