mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
Use well-known labels in project.urls (#5921)
https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
This commit is contained in:
committed by
GitHub
parent
1dc76208d5
commit
1c1d01c8a1
@@ -38,7 +38,7 @@ requires-python = ">=3.8"
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/pybind/pybind11"
|
||||
Documentation = "https://pybind11.readthedocs.io/"
|
||||
"Bug Tracker" = "https://github.com/pybind/pybind11/issues"
|
||||
"Issue Tracker" = "https://github.com/pybind/pybind11/issues"
|
||||
Discussions = "https://github.com/pybind/pybind11/discussions"
|
||||
Changelog = "https://pybind11.readthedocs.io/en/latest/changelog.html"
|
||||
Chat = "https://gitter.im/pybind/Lobby"
|
||||
|
||||
Reference in New Issue
Block a user