Add `pydantic` to PyPI classifiers (#5914)

This commit is contained in:
Yasser Tahiri 2023-03-10 22:47:38 +04:00 committed by GitHub
parent c26db94a90
commit 78b8a9b6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ classifiers = [
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: AsyncIO", "Framework :: AsyncIO",
"Framework :: FastAPI", "Framework :: FastAPI",
"Framework :: Pydantic",
"Framework :: Pydantic :: 1",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",