Skip to content

Commit f18e17f

Browse files
authored
Merge pull request #748 from DeflateAwning/add-project-urls
Add project urls to pyproject.toml
2 parents 8090d2f + afd4213 commit f18e17f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

connectorx-python/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ license = { text = "MIT" }
2727
requires-python = ">=3.10"
2828
dynamic = ["version"]
2929

30+
[project.urls]
31+
Homepage = "https://github.com/sfu-db/connector-x"
32+
Repository = "https://github.com/sfu-db/connector-x"
33+
Issues = "https://github.com/sfu-db/connector-x/issues"
34+
Documentation = "https://sfu-db.github.io/connector-x/intro.html"
35+
3036
[tool.poetry.dependencies]
3137
dask = {version = "^2021", optional = true, extras = ["dataframe"]}
3238
modin = {version = ">=0.10", optional = true}

0 commit comments

Comments
 (0)