From f1638c63de7c27c2fdccb55f4b540c8fb79d3762 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 31 Oct 2022 13:46:34 +0100 Subject: [proxy] include jinja templates in builds --- MANIFEST.in | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index b87a980..821a4a7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,4 +10,5 @@ include src/hydrilla/locales/*/LC_MESSAGES/messages.po include tests/source-package-example/* include tests/source-package-example/LICENSES/* include tests/source-package-example/.reuse/* +include **/*.jinja global-exclude .git .gitignore .gitmodules *.mo \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 589dee5..46dc809 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,7 @@ install_requires = hydrilla = locales/*/LC_MESSAGES/messages.mo py.typed + **/*.jinja [options.extras_require] test = pytest; flask -- cgit v1.2.3