Add MANIFEST.in to include licence files in the source tarball

Exclude the MIT licence since the GitHub CodeQL file is not packaged.
This commit is contained in:
2021-03-20 16:30:08 +02:00
parent 741b17d54d
commit def2bba587

9
MANIFEST.in Normal file
View File

@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2021 Christopher Kerr
# SPDX-License-Identifier: CC0-1.0
recursive-include LICENSES *.txt
include README.md
# The GitHub CodeQL file is not included in the tarball,
# so its licence does not need to be included either
exclude LICENSES/MIT.txt