From 99697347a067297ba182747dbfe843a8f46a7a22 Mon Sep 17 00:00:00 2001 From: snigdhaAgarwal Date: Thu, 16 Mar 2023 13:10:30 -0700 Subject: [PATCH] Issue-1673 (#2452) Co-authored-by: Snigdha Agarwal --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a7ebd84a9..d10f9bdb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,8 @@ dynamic = ["version"] Documentation = "https://scanpy.readthedocs.io/" Source = "https://github.com/scverse/scanpy" Home-page = "https://scanpy.org" +Discourse = "https://discourse.scverse.org/c/help/scanpy/37" +Twitter = "https://twitter.com/scverse_team" [project.scripts] scanpy = "scanpy.cli:console_main"