Skip to content

Commit

Permalink
chore(packaging): add link to changelog in metadata (#574)
Browse files Browse the repository at this point in the history
Ref: https://python-poetry.org/docs/pyproject/#urls

This will add a link to the changelog from PyPI.
  • Loading branch information
mkniewallner authored Mar 9, 2024
1 parent 86123eb commit a4c6980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
]

[tool.poetry.urls]
changelog = "https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
chardet = ">=4.0.0"
Expand Down

0 comments on commit a4c6980

Please sign in to comment.