We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29f72b commit 0b23ea3Copy full SHA for 0b23ea3
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: '6957226'
+_commit: 5da0277
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: cpp
5
email: [email protected]
Makefile
@@ -3,7 +3,7 @@
#########
.PHONY: develop
develop: ## setup project for development
6
- python -m pip install -e .[develop]
+ uv pip install -e .[develop]
7
8
.PHONY: build-py build-cpp build
9
build-py:
@@ -19,7 +19,7 @@ build: build-cpp build-py ## build the project
19
20
.PHONY: install
21
install: ## install python library
22
- python -m pip install .
+ uv pip install .
23
24
25
# LINTS #
0 commit comments