From 741b17d54dfd93f1027e4817869d5581fa4ee0a3 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 20 Mar 2021 16:25:27 +0200 Subject: [PATCH] Wheel package actually only needs GPLv3 licence file The files with other licences are not included in the wheel package --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 826016d..fb4a769 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,8 @@ # SPDX-FileCopyrightText: 2021 Christopher Kerr # SPDX-License-Identifier: CC0-1.0 [metadata] +# N.B. The MIT-licensed CodeQL file and the CC0-licensed +# config files are not included in the .whl package so +# their licenses do not need to be packaged either. license_files = - LICENSES/*.txt + LICENSES/GPL-3.0-or-later.txt