diff --git a/setup.cfg b/setup.cfg index bf447c5..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 @@ -10,7 +10,7 @@ project_urls = Bug Tracker = https://github.com/jsstevenson/oxley/issues author = James Stevenson -author_email = james.sharpsteen@gmail.com@gmail.com +author_email = james.sharpsteen@gmail.com maintainer = James Stevenson maintainer_email = james.sharpsteen@gmail.com