We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a231b commit 81fa128Copy full SHA for 81fa128
setup.py
@@ -40,7 +40,7 @@ def run_tests(self):
40
url=f"https://github.com/{REPO}",
41
author="bogdandm (Bogdan Kalashnikov)",
42
author_email="bogdan.dm1995@yandex.ru",
43
- description="Python models (attrs, dataclasses or custom) generator from JSON data with typing module support",
+ description="Python models (pydantic, attrs, dataclasses or custom) generator from JSON data with typing module support",
44
long_description=long_description,
45
long_description_content_type='text/markdown',
46
license="MIT",
0 commit comments