Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Nov 2, 2024
1 parent 9005d8d commit 3463bdb
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 10 deletions.
19 changes: 10 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,20 @@ Tracker = "https://github.com/pytask-dev/pytask/issues"
[project.scripts]
pytask = "pytask:cli"

[build-system]
requires = ["hatchling", "hatch_vcs"]
build-backend = "hatchling.build"
[tool.uv.sources]
pytask-parallel = { workspace = true }

[tool.uv.workspace]
members = ["packages/*"]

[tool.rye]
managed = true
[tool.uv]
dev-dependencies = [
"tox-uv>=1.7.0",
"tox-uv>=1.7.0", "pygraphviz"
]

[tool.rye.scripts]
clean-docs = { cmd = "rm -rf docs/build" }
build-docs = { cmd = "sphinx-build -b html docs/source docs/build" }
[build-system]
requires = ["hatchling", "hatch_vcs"]
build-backend = "hatchling.build"

[tool.hatch.build.hooks.vcs]
version-file = "src/_pytask/_version.py"
Expand Down
Loading

0 comments on commit 3463bdb

Please sign in to comment.