Skip to content

Commit 0b23ea3

Browse files
Update from copier (2025-04-06T21:12:25)
1 parent d29f72b commit 0b23ea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: '6957226'
2+
_commit: 5da0277
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: cpp
55

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#########
44
.PHONY: develop
55
develop: ## setup project for development
6-
python -m pip install -e .[develop]
6+
uv pip install -e .[develop]
77

88
.PHONY: build-py build-cpp build
99
build-py:
@@ -19,7 +19,7 @@ build: build-cpp build-py ## build the project
1919

2020
.PHONY: install
2121
install: ## install python library
22-
python -m pip install .
22+
uv pip install .
2323

2424
#########
2525
# LINTS #

0 commit comments

Comments
 (0)