From c64b9cfca844bf63b452de29f42f221991f83486 Mon Sep 17 00:00:00 2001 From: Kyle Wright <30955855+wrightky@users.noreply.github.com> Date: Wed, 31 May 2023 18:05:58 -0500 Subject: [PATCH] update long_description_content_type to string --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d89f1fe..ad8dc63 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ license = 'MIT', description = 'Inverse-Path-Distance-Weighted Interpolation for Python', long_description=LONG_DESCRIPTION, - long_description_content_type = text/markdown, + long_description_content_type = 'text/markdown', author = 'Kyle Wright', author_email = 'Kyle.Wright@twdb.texas.gov', url = 'https://github.com/wrightky/ipdw',