Set URLs to non-empty in pyproject.toml (#973)

This commit is contained in:
Charlie Marsh 2024-01-18 16:51:09 -05:00 committed by GitHub
parent 968de30420
commit 04d3474fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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"