File tree 2 files changed +159
-10
lines changed
2 files changed +159
-10
lines changed Original file line number Diff line number Diff line change @@ -84,19 +84,20 @@ Tracker = "https://github.com/pytask-dev/pytask/issues"
84
84
[project .scripts ]
85
85
pytask = " pytask:cli"
86
86
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/*" ]
90
92
91
- [tool .rye ]
92
- managed = true
93
+ [tool .uv ]
93
94
dev-dependencies = [
94
- " tox-uv>=1.7.0" ,
95
+ " tox-uv>=1.7.0" , " pygraphviz "
95
96
]
96
97
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"
100
101
101
102
[tool .hatch .build .hooks .vcs ]
102
103
version-file = " src/_pytask/_version.py"
You can’t perform that action at this time.
0 commit comments