From 91b517d3691b5e24fc88b1ffa1ba6b3302f7003f Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Sun, 17 Jul 2022 01:17:20 -0400 Subject: [PATCH] chore: fix description content type (#34) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a0daafb..a744f80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = oxley description = Dynamically generate pydantic classes from JSONschema at runtime long_description = file: README.md, LICENSE -long_description_content_type='text/markdown' +long_description_content_type = text/markdown url = https://github.com/jsstevenson/oxley download_url = https://github.com/jsstevenson/oxley/releases