Loading pkgs/development/python-modules/fastapi-cli/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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; [ ]; }; Loading Loading
pkgs/development/python-modules/fastapi-cli/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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; [ ]; }; Loading