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 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