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