From d69934f816c7e48d758452dd443eca0f02dd14ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 17:03:12 +0200 Subject: add landing subpage, simplify deployment --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') 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", -- cgit v1.2.3