Skip to content

Commit 3463bdb

Browse files
committed
Fix.
1 parent 9005d8d commit 3463bdb

File tree

2 files changed

+159
-10
lines changed

2 files changed

+159
-10
lines changed

pyproject.toml

+10-9
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,20 @@ Tracker = "https://github.com/pytask-dev/pytask/issues"
8484
[project.scripts]
8585
pytask = "pytask:cli"
8686

87-
[build-system]
88-
requires = ["hatchling", "hatch_vcs"]
89-
build-backend = "hatchling.build"
87+
[tool.uv.sources]
88+
pytask-parallel = { workspace = true }
89+
90+
[tool.uv.workspace]
91+
members = ["packages/*"]
9092

91-
[tool.rye]
92-
managed = true
93+
[tool.uv]
9394
dev-dependencies = [
94-
"tox-uv>=1.7.0",
95+
"tox-uv>=1.7.0", "pygraphviz"
9596
]
9697

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

101102
[tool.hatch.build.hooks.vcs]
102103
version-file = "src/_pytask/_version.py"

0 commit comments

Comments
 (0)