From c21d0b8862e0a6231b33c74fbd5e9a79eec016b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 31 Aug 2025 18:16:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20command=20script=20(ent?= =?UTF-8?q?rypoint)=20fastapi,=20let=20it=20be=20provided=20by=20the=20fas?= =?UTF-8?q?tapi=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d74cfda..a04ff96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,9 +53,6 @@ Repository = "https://github.com/fastapi/fastapi-cli" Issues = "https://github.com/fastapi/fastapi-cli/issues" Changelog = "https://github.com/fastapi/fastapi-cli/blob/main/release-notes.md" -[project.scripts] -fastapi = "fastapi_cli.cli:main" - [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"