From ff61149ab8749e0c8469b6b4f39bfe41731267dc Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Mon, 31 Oct 2022 13:44:28 +0100 Subject: include jinja templates in sdist and in wheels --- MANIFEST.in | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 48d1aad..8a840f3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,4 +6,5 @@ include src/hydrilla_website/py.typed include src/hydrilla_website/locales/*/LC_MESSAGES/messages.po +include **/*.jinja global-exclude .git .gitignore .gitmodules *.mo diff --git a/setup.cfg b/setup.cfg index fb589ca..4f133b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,6 +39,7 @@ install_requires = hydrilla_website = locales/*/LC_MESSAGES/messages.mo py.typed + **/*.jinja [options.packages.find] where = src -- cgit v1.2.3