From c2c8bbcd6fc94212a5ae70ee1ec787dcd577bcb5 Mon Sep 17 00:00:00 2001 From: sysid Date: Sun, 6 Oct 2024 11:13:14 +0200 Subject: [PATCH] add homepage to pyproject --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a0106eb..94bf85e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,8 @@ dependencies = [ "uvicorn", "anyio", ] +homepage = "https://github.com/sysid/sse-starlette" + [project.urls] Source = "https://github.com/sysid/sse-starlette"