From: Sebastián Ramírez Date: Fri, 7 Jan 2022 14:17:13 +0000 (+0100) Subject: 🔧 Add FastAPI Trove Classifier for PyPI (#4386) X-Git-Tag: 0.71.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ede32f29366902033e701f09bfe77c29d0442e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Add FastAPI Trove Classifier for PyPI (#4386) --- diff --git a/pyproject.toml b/pyproject.toml index fa399c4921..77c01322fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: AsyncIO", + "Framework :: FastAPI", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only",