diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-31 13:44:28 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-31 13:44:28 +0100 |
commit | ff61149ab8749e0c8469b6b4f39bfe41731267dc (patch) | |
tree | 1c8130384dca66f18953404f62abe77da9585f60 | |
parent | 40d1c3c60eda25df29ecb79d5b9bf7be378c8327 (diff) | |
download | hydrilla-website-ff61149ab8749e0c8469b6b4f39bfe41731267dc.tar.gz hydrilla-website-ff61149ab8749e0c8469b6b4f39bfe41731267dc.zip |
include jinja templates in sdist and in wheels
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | setup.cfg | 1 |
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 @@ -39,6 +39,7 @@ install_requires = hydrilla_website = locales/*/LC_MESSAGES/messages.mo py.typed + **/*.jinja [options.packages.find] where = src |