Skip to content

Commit 95a332d

Browse files
committed
feat: Add changelog URL to pyproject.toml
1 parent 139d792 commit 95a332d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ classifiers = [
2121
]
2222
include = ["openapi_pydantic/py.typed"]
2323

24+
[tool.poetry.urls]
25+
changelog = "https://github.com/mike-oakley/openapi-pydantic/releases"
26+
2427
[tool.poetry.dependencies]
2528
python = "^3.8"
2629
pydantic = ">=1.8"

0 commit comments

Comments
 (0)