File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<!-- Changes to how Black is packaged, such as dependency requirements -->
24
24
25
+ - Packaging metadata updated: docs are explictly linked, the issue tracker is now also
26
+ linked. This improves the PyPI listing for Black. (#4345 )
27
+
25
28
### Parser
26
29
27
30
<!-- Changes to the parser or to version autodetection -->
Original file line number Diff line number Diff line change @@ -93,8 +93,10 @@ blackd = "blackd:patched_main [d]"
93
93
black = " black.schema:get_schema"
94
94
95
95
[project .urls ]
96
+ Documentation = " https://black.readthedocs.io/"
96
97
Changelog = " https://github.com/psf/black/blob/main/CHANGES.md"
97
- Homepage = " https://github.com/psf/black"
98
+ Repository = " https://github.com/psf/black"
99
+ Issues = " https://github.com/psf/black/issues"
98
100
99
101
[tool .hatch .metadata .hooks .fancy-pypi-readme ]
100
102
content-type = " text/markdown"
You can’t perform that action at this time.
0 commit comments