mirror of https://github.com/astral-sh/uv
Set URLs to non-empty in pyproject.toml (#973)
This commit is contained in:
parent
968de30420
commit
04d3474fb4
|
|
@ -12,9 +12,9 @@ classifiers = []
|
|||
readme = "README.md"
|
||||
|
||||
[project.urls]
|
||||
Repository = ""
|
||||
Documentation = ""
|
||||
Changelog = ""
|
||||
Repository = "https://pypi.org/project/puffin-alpha/"
|
||||
Documentation = "https://pypi.org/project/puffin-alpha/"
|
||||
Changelog = "https://pypi.org/project/puffin-alpha/"
|
||||
|
||||
[tool.maturin]
|
||||
bindings = "bin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue