aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-31 13:44:28 +0100
committerWojtek Kosior <koszko@koszko.org>2022-10-31 13:44:28 +0100
commitff61149ab8749e0c8469b6b4f39bfe41731267dc (patch)
tree1c8130384dca66f18953404f62abe77da9585f60
parent40d1c3c60eda25df29ecb79d5b9bf7be378c8327 (diff)
downloadhydrilla-website-ff61149ab8749e0c8469b6b4f39bfe41731267dc.tar.gz
hydrilla-website-ff61149ab8749e0c8469b6b4f39bfe41731267dc.zip
include jinja templates in sdist and in wheels
-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