Skip to content

Commit

Permalink
Add homepage url to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg authored Dec 5, 2024
1 parent e2d61f9 commit eff6be5
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 @@ -5,6 +5,9 @@ description = "YDB Python DBAPI which complies with PEP 249"
authors = ["Yandex LLC <[email protected]>"]
readme = "README.md"

[project.urls]
Homepage = "https://github.com/ydb-platform/ydb-python-dbapi/"

[tool.poetry.dependencies]
python = "^3.8"
ydb = "^3.18.8"
Expand Down

0 comments on commit eff6be5

Please sign in to comment.