From 1f5ce51df247b6434d7a940d9da47a9d07514a03 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Tue, 23 Nov 2021 08:25:29 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Add=20FastAPI=20to=20Classifiers=20?= =?UTF-8?q?=E2=9C=A8=20(#804)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6fc9d317..5f7f9410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ home-page = "https://github.com/fastapi-users/fastapi-users" classifiers = [ "License :: OSI Approved :: MIT License", "Development Status :: 5 - Production/Stable", + "Framework :: FastAPI", "Framework :: AsyncIO", "Intended Audience :: Developers", "Programming Language :: Python :: 3.7",