diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..558e461 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,11 @@ +# 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/server/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 |