From 46dd63af682246c162423e37e0361e2d644c93e1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 12 Oct 2020 13:38:35 +0200 Subject: share menu and style sheets across demo pages (fixes #5704) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5e8db52..fdd48db 100755 --- a/setup.py +++ b/setup.py @@ -20,21 +20,25 @@ setup(name='talermerchantdemos', "static/*.svg", # Landing files "landing/templates/*.j2", + "landing/static/*.css", "landing/translations/*/LC_MESSAGES/*.mo", # Blog files "blog/templates/*.html", "blog/templates/*.j2", "blog/static/favicon.ico", + "blog/static/*.css", "blog/articles/*/*", "blog/translations/*/LC_MESSAGES/*.mo", "blog/data/*", # Donation files "donations/templates/*.j2", + "donations/static/*.css", "donations/translations/*/LC_MESSAGES/*.mo", # Survey files "survey/templates/*.j2", "survey/static/favicon.ico", "survey/static/*.js", + "survey/static/*.css", "survey/translations/*/LC_MESSAGES/*.mo", ] }, -- cgit v1.2.3