Skip to content

Commit

Permalink
update long_description_content_type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
wrightky authored May 31, 2023
1 parent d848e3c commit c64b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c64b9cf

Please sign in to comment.