From b164470ddb12987aeb1538fdefc1101a4728410f Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sat, 5 Mar 2022 18:35:11 -0500 Subject: [PATCH] Add PyPI trove classifier for FastAPI https://pypi.org/classifiers/ https://github.com/tiangolo/fastapi/releases/tag/0.71.0 tiangolo/fastapi#4386 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74aa26d..466b536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ readme = "README.md" include = ["inboard/py.typed"] keywords = ["asgi", "docker", "fastapi", "gunicorn", "uvicorn"] classifiers = [ + "Framework :: FastAPI", "Natural Language :: English", "Topic :: Internet :: Log Analysis", "Topic :: Internet :: WWW/HTTP :: HTTP Servers",