From e5a95deaf1fbdc72aa4b714288cc8401379a404f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 8 Sep 2025 09:44:11 +0200 Subject: [PATCH] Use the SPDX license name in setup.py as required by PEP-639 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reference: https://peps.python.org/pep-0639/ Signed-off-by: Aurélien Bompard --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ddb00f..5a6ef5a 100755 --- a/setup.py +++ b/setup.py @@ -290,7 +290,8 @@ def gssapi_modules(lst): description='Python GSSAPI Wrapper', long_description=long_desc, long_description_content_type='text/x-rst', - license='LICENSE.txt', + license='ISC', + license_files=['LICENCE.txt'], url="https://github.com/pythongssapi/python-gssapi", python_requires=">=3.9", classifiers=[