Skip to content

Commit e7f699d

Browse files
Add documentation and issues URLs to project.urls
1 parent 4e3dc45 commit e7f699d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ dynamic = ["version"]
3232
[project.urls]
3333
homepage = "https://github.com/pyathena-dev/PyAthena/"
3434
repository = "https://github.com/pyathena-dev/PyAthena/"
35+
documentation = "https://pyathena-dev.github.io/PyAthena/"
36+
issues = "https://github.com/pyathena-dev/PyAthena/issues"
3537

3638
[project.entry-points."sqlalchemy.dialects"]
3739
awsathena = "pyathena.sqlalchemy.base:AthenaDialect"

0 commit comments

Comments
 (0)