Skip to content

Commit 55df351

Browse files
committed
Fix license file release
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent 0adf37c commit 55df351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def gssapi_modules(lst):
278278

279279
setup(
280280
name='gssapi',
281-
version='1.10.0',
281+
version='1.10.1',
282282
author='The Python GSSAPI Team',
283283
author_email='jborean93@gmail.com',
284284
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',
@@ -291,7 +291,7 @@ def gssapi_modules(lst):
291291
long_description=long_desc,
292292
long_description_content_type='text/x-rst',
293293
license='ISC',
294-
license_files=['LICENCE.txt'],
294+
license_files=['LICENSE.txt'],
295295
url="https://github.com/pythongssapi/python-gssapi",
296296
python_requires=">=3.9",
297297
classifiers=[

0 commit comments

Comments
 (0)