Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tauzin <4648633+gtauzin@users.noreply.github.com>
  • Loading branch information
gtauzin committed Dec 3, 2024
1 parent dd04a26 commit 3529b53
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[build-system]
build-backend = "hatchling.build"
requires = [
"hatch-vcs>=0.4",
"hatchling>=1.25",
]

[project]
name = "kedro-dagster"
dynamic = ["version"]
Expand Down Expand Up @@ -68,13 +75,8 @@ test = [
[project.entry-points."kedro.project_commands"]
dagster = "src.kedro_dagster.cli:commands"

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.pdm.version]
source = "scm"
fallback_version = "0.0.0"
[tool.hatch.version]
source = "vcs"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 3529b53

Please sign in to comment.