From 310eb661378b9645cd0d129d575fb1aead20ddeb Mon Sep 17 00:00:00 2001 From: William Barnhart Date: Wed, 29 Nov 2023 18:20:58 -0500 Subject: [PATCH] Add description field to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index de7ed77fe..639e43f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [project] name = "faust-streaming" +description = "Python Stream Processing. A Faust fork" requires-python = ">=3.8" dynamic = [ "version",