From d7fbef2317ccce9c089a6a946b316155f512a491 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Mon, 23 Jan 2023 12:03:25 +0400 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20`pydantic`=20to=20classifiers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add pydantic to Classifiers after merging this PR: https://github.com/pypa/trove-classifiers/pull/127 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7b6138d091a9f..d400be779756a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",