diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b80abf7 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: CC0-1.0 + +# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org> +# +# Available under the terms of Creative Commons Zero v1.0 Universal. + +include src/hydrilla/schemas/*.schema.json* +include src/hydrilla/builder/locales/*/LC_MESSAGES/hydrilla-messages.po +include tests/source-package-example/* +include tests/source-package-example/LICENSES/* +include tests/source-package-example/.reuse/* +global-exclude .git .gitignore .gitmodules |