From 67e2f904ed3beb6caf3fa0aa2d9f9751e21a50fe Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 6 Feb 2025 16:47:23 -0600 Subject: [PATCH] Add Discord to PyPI project URLs (#11286) Referencing https://daniel.feldroy.com/posts/2023-08-pypi-project-urls-cheatsheet https://github.com/pypi/warehouse/blob/70eac9796fa1eae24741525688a112586eab9010/warehouse/templates/packaging/detail.html#L38-L39 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6b89ced18..33e845c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ Repository = "https://github.com/astral-sh/uv" Documentation = "https://docs.astral.sh/uv" Changelog = "https://github.com/astral-sh/uv/blob/main/CHANGELOG.md" Releases = "https://github.com/astral-sh/uv/releases" +Discord = "https://discord.gg/astral-sh" [tool.maturin] bindings = "bin"