Skip to content

Commit 35cbd27

Browse files
committed
Add long_description_content_type to setup
Signed-off-by: Jordan Borean <jborean93@gmail.com>
1 parent d792186 commit 35cbd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def gssapi_modules(lst):
289289
},
290290
description='Python GSSAPI Wrapper',
291291
long_description=long_desc,
292+
long_description_content_type='text/x-rst',
292293
license='LICENSE.txt',
293294
url="https://github.com/pythongssapi/python-gssapi",
294295
python_requires=">=3.9",

0 commit comments

Comments
 (0)