aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 558e461..821a4a7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,8 +4,11 @@
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
-include src/hydrilla/server/locales/*/LC_MESSAGES/hydrilla-messages.po
+include src/hydrilla/py.typed
+include src/hydrilla/schemas/*/*.schema.json*
+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/*
-global-exclude .git .gitignore .gitmodules
+include **/*.jinja
+global-exclude .git .gitignore .gitmodules *.mo \ No newline at end of file