Skip to content

Commit 91b517d

Browse files
authored
chore: fix description content type (#34)
1 parent 6b87e8a commit 91b517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = oxley
33
description = Dynamically generate pydantic classes from JSONschema at runtime
44
long_description = file: README.md, LICENSE
5-
long_description_content_type='text/markdown'
5+
long_description_content_type = text/markdown
66

77
url = https://github.com/jsstevenson/oxley
88
download_url = https://github.com/jsstevenson/oxley/releases

0 commit comments

Comments
 (0)