From 398e4eb4168625d30bdb0cb66d4e533d9955dd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 21 Apr 2011 11:34:37 +0200 Subject: [PATCH] install new asec-green theme --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bc3fae..2c57498 100644 --- a/setup.py +++ b/setup.py @@ -30,5 +30,6 @@ distutils.core.setup( data_files = [('share/wcs/', ('asec-wcs-settings.xml', 'asec-welcome-email'))] + \ data_tree('share/wcs/web/', 'data/web/') + \ data_tree('share/wcs/texts', 'texts') + \ - data_tree('share/wcs/themes/asec', 'themes/asec') + data_tree('share/wcs/themes/asec', 'themes/asec') + \ + data_tree('share/wcs/themes/asec-green', 'themes/asec-green') )