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/"