We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cbd27 commit 0adf37cCopy full SHA for 0adf37c
setup.py
@@ -290,7 +290,8 @@ def gssapi_modules(lst):
290
description='Python GSSAPI Wrapper',
291
long_description=long_desc,
292
long_description_content_type='text/x-rst',
293
- license='LICENSE.txt',
+ license='ISC',
294
+ license_files=['LICENCE.txt'],
295
url="https://github.com/pythongssapi/python-gssapi",
296
python_requires=">=3.9",
297
classifiers=[
0 commit comments