From def2bba5872825bb15dbc8ece7d6a7ca4023d7f4 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 20 Mar 2021 16:30:08 +0200 Subject: [PATCH] Add MANIFEST.in to include licence files in the source tarball Exclude the MIT licence since the GitHub CodeQL file is not packaged. --- MANIFEST.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..077c1a6 --- /dev/null +++ b/MANIFEST.in @@ -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