aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 0 deletions
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