Skip to content

Commit

Permalink
feat: Add changelog URL to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-oakley committed Jun 15, 2024
1 parent 139d792 commit 95a332d
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 = [
]
include = ["openapi_pydantic/py.typed"]

[tool.poetry.urls]
changelog = "https://github.com/mike-oakley/openapi-pydantic/releases"

[tool.poetry.dependencies]
python = "^3.8"
pydantic = ">=1.8"
Expand Down

0 comments on commit 95a332d

Please sign in to comment.