diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-10-31 13:46:34 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-10-31 13:46:34 +0100 |
commit | f1638c63de7c27c2fdccb55f4b540c8fb79d3762 (patch) | |
tree | 1e0b4429e219581c8605cac65320ef327675f5be | |
parent | f21055353cbc5b2a7e8c1873633f0e34857b71d6 (diff) | |
download | haketilo-hydrilla-f1638c63de7c27c2fdccb55f4b540c8fb79d3762.tar.gz haketilo-hydrilla-f1638c63de7c27c2fdccb55f4b540c8fb79d3762.zip |
[proxy] include jinja templates in builds
-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 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 @@ -45,6 +45,7 @@ install_requires = hydrilla = locales/*/LC_MESSAGES/messages.mo py.typed + **/*.jinja [options.extras_require] test = pytest; flask |