summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-11 17:03:12 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-11 17:03:12 +0200
commitd69934f816c7e48d758452dd443eca0f02dd14ce (patch)
treee0b4493cc328b2bbda16a83edf443a697d47957d /setup.py
parentaa06ddd3cf1de03922fc4e45e46ef3476a69e3f8 (diff)
downloadtaler-merchant-demos-d69934f816c7e48d758452dd443eca0f02dd14ce.tar.gz
taler-merchant-demos-d69934f816c7e48d758452dd443eca0f02dd14ce.tar.bz2
taler-merchant-demos-d69934f816c7e48d758452dd443eca0f02dd14ce.zip
add landing subpage, simplify deployment
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1a031e3..5e8db52 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,9 @@ setup(name='talermerchantdemos',
# Common
"static/*.css",
"static/*.svg",
+ # Landing files
+ "landing/templates/*.j2",
+ "landing/translations/*/LC_MESSAGES/*.mo",
# Blog files
"blog/templates/*.html",
"blog/templates/*.j2",