From ea9e5eff6004692b75db45e4ba15eaf616c08084 Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Wed, 29 Nov 2023 18:15:52 -0500 Subject: [PATCH] Add project.scripts to fix faust CLI usage --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 48d6e50d1..de7ed77fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,8 @@ maintainers = [ { name = "William Barnhart", email = "williambbarnhart@gmail.com" }, ] +[project.scripts] +faust = "faust.cli.faust:cli" [project.urls] Documentation = "https://faust-streaming.github.io/faust/"