Skip to content

Commit

Permalink
Fix links in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 31, 2024
1 parent f82547e commit 6d595bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pydatalab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ requires-python = ">=3.10"

dependencies = [
# Slightly confusing, but git dependencies cannot be included as extra by uv at the moment
"navani @ git+https://github.com/the-grey-group/[email protected]",
"navani @ git+https://github.com/datalab-org/[email protected]",
]

[project.urls]
homepage = "https://github.com/the-grey-group/datalab"
repository = "https://github.com/the-grey-group/datalab"
documentation = "https://the-datalab.readthedocs.io"
changelog = "https://github.com/the-grey-group/datalab/releases"
homepage = "https://github.com/datalab-org/datalab"
repository = "https://github.com/datalab-org/datalab"
documentation = "https://docs.datalab-org.io"
changelog = "https://github.com/datalab-org/datalab/releases"

[build-system]
requires = ["setuptools >= 62", "setuptools_scm ~= 8.1", "wheel"]
Expand Down

0 comments on commit 6d595bc

Please sign in to comment.