From acaa60d2f6a78a5ae136ff29d3fd84fea696b4df Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Wed, 4 Sep 2024 12:24:41 -0400 Subject: [PATCH] setup.py: add a long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1ea5b09d..99ee6612 100644 --- a/setup.py +++ b/setup.py @@ -365,6 +365,7 @@ if __name__ == '__main__': version = cfg.VERSION, description = DESCRIPTION, long_description = LONG_DESCRIPTION, + long_description_content_type = 'text/x-rst', author = AUTHOR, author_email = AUTHOR_EMAIL, url = URL,