From 8d1d019cb822e748a34ccf92ead00e780970484a Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 2 Sep 2025 04:34:59 +1000 Subject: [PATCH] Add long_description_content_type to setup Signed-off-by: Jordan Borean --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 14c8b02..8ddb00f 100755 --- a/setup.py +++ b/setup.py @@ -289,6 +289,7 @@ def gssapi_modules(lst): }, description='Python GSSAPI Wrapper', long_description=long_desc, + long_description_content_type='text/x-rst', license='LICENSE.txt', url="https://github.com/pythongssapi/python-gssapi", python_requires=">=3.9",