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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user