Skip to content

Commit def2bba

Browse files
committed
Add MANIFEST.in to include licence files in the source tarball
Exclude the MIT licence since the GitHub CodeQL file is not packaged.
1 parent 741b17d commit def2bba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: MANIFEST.in

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

0 commit comments

Comments
 (0)