Skip to content

Commit 7102bd5

Browse files
committed
Add a link to the changelog on PyPI.
1 parent 58bcb5e commit 7102bd5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ def docs_style(session):
154154
@session(default=False)
155155
def requirements(session):
156156
"""
157-
Update the project's pinned requirements. Commit the result.
157+
Update the project's pinned requirements.
158+
159+
You should commit the result afterwards.
158160
"""
159161
session.install("pip-tools")
160162
for each in REQUIREMENTS_IN:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Homepage = "https://github.com/python-jsonschema/referencing"
4444
Issues = "https://github.com/python-jsonschema/referencing/issues/"
4545
Funding = "https://github.com/sponsors/Julian"
4646
Tidelift = "https://tidelift.com/subscription/pkg/pypi-referencing?utm_source=pypi-referencing&utm_medium=referral&utm_campaign=pypi-link"
47+
Changelog = "https://referencing.readthedocs.io/en/stable/changes/"
4748
Source = "https://github.com/python-jsonschema/referencing"
4849

4950
[tool.coverage.html]

0 commit comments

Comments
 (0)