Skip to content

Commit

Permalink
Merge pull request #748 from DeflateAwning/add-project-urls
Browse files Browse the repository at this point in the history
Add project urls to pyproject.toml
  • Loading branch information
wangxiaoying authored Feb 4, 2025
2 parents 8090d2f + afd4213 commit f18e17f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ license = { text = "MIT" }
requires-python = ">=3.10"
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/sfu-db/connector-x"
Repository = "https://github.com/sfu-db/connector-x"
Issues = "https://github.com/sfu-db/connector-x/issues"
Documentation = "https://sfu-db.github.io/connector-x/intro.html"

[tool.poetry.dependencies]
dask = {version = "^2021", optional = true, extras = ["dataframe"]}
modin = {version = ">=0.10", optional = true}
Expand Down

0 comments on commit f18e17f

Please sign in to comment.