From eb8058406c1c73fc823c2af188c969b6c069252a Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Wed, 10 Aug 2022 17:22:18 -0400 Subject: [PATCH] Add content type to description --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 580cb3c..69eaef6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ name = pytiled_parser description = A library for parsing JSON formatted Tiled Map Editor maps and tilesets. long_description = file: README.md +long_description_content_type = text/markdown author = Benjamin Kirkbride author-email = BenjaminKirkbride@gmail.com license = MIT