packaging metadata: link to the docs, issue tracker (#4345)

See https://github.com/pypi/warehouse/issues/5947
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls
This commit is contained in:
Michael R. Crusoe 2024-05-03 15:51:33 +02:00 committed by GitHub
parent f2da85fe7f
commit 75eb55764e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,9 @@
<!-- Changes to how Black is packaged, such as dependency requirements -->
- Packaging metadata updated: docs are explictly linked, the issue tracker is now also
linked. This improves the PyPI listing for Black. (#4345)
### Parser
<!-- Changes to the parser or to version autodetection -->

View File

@ -93,8 +93,10 @@ blackd = "blackd:patched_main [d]"
black = "black.schema:get_schema"
[project.urls]
Documentation = "https://black.readthedocs.io/"
Changelog = "https://github.com/psf/black/blob/main/CHANGES.md"
Homepage = "https://github.com/psf/black"
Repository = "https://github.com/psf/black"
Issues = "https://github.com/psf/black/issues"
[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/markdown"