]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
➕ Add `pydantic` to PyPI classifiers (#5914)
authorYasser Tahiri <yasserth19@gmail.com>
Fri, 10 Mar 2023 18:47:38 +0000 (22:47 +0400)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 18:47:38 +0000 (19:47 +0100)
pyproject.toml

index 6748f1d4a4a178fa5113e406c7bdfb83f9bd49b6..f1854939665bcf62d460402703ab081fe96bbdd0 100644 (file)
@@ -27,6 +27,8 @@ classifiers = [
     "Environment :: Web Environment",
     "Framework :: AsyncIO",
     "Framework :: FastAPI",
+    "Framework :: Pydantic",
+    "Framework :: Pydantic :: 1",
     "Intended Audience :: Developers",
     "License :: OSI Approved :: MIT License",
     "Programming Language :: Python :: 3 :: Only",