Merge pull request #325314 from bcdarwin/python3-fastapi-cli-add-mainProgram-and-changelog

python312Packages.fastapi-cli: add mainProgram and changelog
This commit is contained in:
Peder Bergebakken Sundt
2024-07-22 05:45:05 +02:00
committed by GitHub
@@ -51,6 +51,8 @@ let self = buildPythonPackage rec {
meta = with lib; {
description = "Run and manage FastAPI apps from the command line with FastAPI CLI";
homepage = "https://github.com/tiangolo/fastapi-cli";
changelog = "https://github.com/tiangolo/fastapi-cli/releases/tag/${version}";
mainProgram = "fastapi";
license = licenses.mit;
maintainers = with maintainers; [ ];
};