Skip to content

Commit 8819f46

Browse files
committed
Minor case correction for PyPI links.
1 parent bb74535 commit 8819f46

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.7.1
2+
------
3+
4+
* Minor tweak of the PyPI hyperlink names
5+
16
v4.7.0
27
------
38

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ format_nongpl = [
6767
jsonschema = "jsonschema.cli:main"
6868

6969
[project.urls]
70-
homepage = "https://github.com/python-jsonschema/jsonschema"
71-
documentation = "https://python-jsonschema.readthedocs.io/"
72-
issues = "https://github.com/python-jsonschema/jsonschema/issues/"
73-
funding = "https://github.com/sponsors/Julian"
74-
tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
75-
changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
76-
source = "https://github.com/python-jsonschema/jsonschema"
70+
Homepage = "https://github.com/python-jsonschema/jsonschema"
71+
Documentation = "https://python-jsonschema.readthedocs.io/"
72+
Issues = "https://github.com/python-jsonschema/jsonschema/issues/"
73+
Funding = "https://github.com/sponsors/Julian"
74+
Tidelift = "https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link"
75+
Changelog = "https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst"
76+
Source = "https://github.com/python-jsonschema/jsonschema"
7777

7878
[tool.isort]
7979
from_first = true

0 commit comments

Comments
 (0)