From d6f92ae0c68a36addcb370aab1d6408cdf2eaa0d Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Tue, 21 May 2024 08:29:03 -0400 Subject: [PATCH] minor --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 07ee0f9..77cdaff 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ def readfile(filename): readfile(os.path.join(os.path.dirname(__file__), "README.md")), install_requires=\ readfile(os.path.join(os.path.dirname(__file__), "requirements.txt")), + long_description_content_type="text/markdown", extras_require={ "tests": [ "httpretty>=0.8.10",