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 0adf37c commit 55df351Copy full SHA for 55df351
setup.py
@@ -278,7 +278,7 @@ def gssapi_modules(lst):
278
279
setup(
280
name='gssapi',
281
- version='1.10.0',
+ version='1.10.1',
282
author='The Python GSSAPI Team',
283
author_email='jborean93@gmail.com',
284
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -291,7 +291,7 @@ def gssapi_modules(lst):
291
long_description=long_desc,
292
long_description_content_type='text/x-rst',
293
license='ISC',
294
- license_files=['LICENCE.txt'],
+ license_files=['LICENSE.txt'],
295
url="https://github.com/pythongssapi/python-gssapi",
296
python_requires=">=3.9",
297
classifiers=[
0 commit comments