Files
galvani/MANIFEST.in
Chris Kerr def2bba587 Add MANIFEST.in to include licence files in the source tarball
Exclude the MIT licence since the GitHub CodeQL file is not packaged.
2021-03-20 16:30:08 +02:00

10 lines
271 B
Plaintext

# 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