Skip to content

Commit 0adf37c

Browse files
abompardjborean93
authored andcommitted
Use the SPDX license name in setup.py as required by PEP-639
Reference: https://peps.python.org/pep-0639/ Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 35cbd27 commit 0adf37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ def gssapi_modules(lst):
290290
description='Python GSSAPI Wrapper',
291291
long_description=long_desc,
292292
long_description_content_type='text/x-rst',
293-
license='LICENSE.txt',
293+
license='ISC',
294+
license_files=['LICENCE.txt'],
294295
url="https://github.com/pythongssapi/python-gssapi",
295296
python_requires=">=3.9",
296297
classifiers=[

0 commit comments

Comments
 (0)