diff --git a/setup.py b/setup.py index 14c8b02..ad9b543 100755 --- a/setup.py +++ b/setup.py @@ -278,7 +278,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.10.0', + version='1.10.1', author='The Python GSSAPI Team', author_email='jborean93@gmail.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions', @@ -289,7 +289,9 @@ def gssapi_modules(lst): }, description='Python GSSAPI Wrapper', long_description=long_desc, - license='LICENSE.txt', + long_description_content_type='text/x-rst', + license='ISC', + license_files=['LICENSE.txt'], url="https://github.com/pythongssapi/python-gssapi", python_requires=">=3.9", classifiers=[