From 93f26e608f8326ef64e3254de8f3bd9a502aca4e Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 27 Dec 2024 10:47:06 +0100 Subject: [PATCH] remove templates from code-only variant --- MANIFEST.code-only.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MANIFEST.code-only.in b/MANIFEST.code-only.in index 0a70284..6cd3871 100644 --- a/MANIFEST.code-only.in +++ b/MANIFEST.code-only.in @@ -1,7 +1,3 @@ include LICENSE include README.rst include runtests.py -recursive-include basetheme_bootstrap/templatetags * -recursive-include basetheme_bootstrap/templates * -recursive-include basetheme_bootstrap/static * -recursive-include basetheme_bootstrap/locale * -- GitLab