mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-12 16:45:35 +00:00
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:
9
MANIFEST.in
Normal file
9
MANIFEST.in
Normal 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
|
||||
Reference in New Issue
Block a user