File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 84508d6
2+ _commit : 2f83523
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : python
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ __pycache__/
1313* .exp
1414* .lib
1515
16+ # vcpkg
17+ vcpkg /
18+ vcpkg_installed /
19+
1620# Rust
1721target
1822target-capi
@@ -142,6 +146,7 @@ python_template/labextension
142146
143147# Emscripten SDK (locally installed)
144148emsdk
149+ .pyodide_build /
145150
146151# Mac
147152.DS_Store
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ develop: ## install dependencies and build library
77 uv pip install -e .[develop]
88
99requirements : # # install prerequisite python build requirements
10- python -m pip install --upgrade pip toml
11- python -m pip install ` python -c ' import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))' `
12- python -m pip install ` python -c ' import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))' `
10+ uv pip install -r pyproject.toml --extra develop
1311
1412build : # # build the python library
1513 python -m build -n
You can’t perform that action at this time.
0 commit comments