Skip to content

Commit f15c75b

Browse files
committed
chore(template): change default package manager to uv
Set the default package manager from pixi to uv in copier configuration. This change aligns with the project's shift towards uv as the preferred Python package manager due to its performance advantages and modern toolchain integration.
1 parent eb0f91c commit f15c75b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ package_manager:
129129
choices:
130130
- pixi
131131
- uv
132-
default: pixi
132+
default: uv

0 commit comments

Comments
 (0)