Skip to content

Commit e421ff0

Browse files
committed
Set --no-build-isolation for editable installs
This is a *meson-python* behavior. See https://meson-python.readthedocs.io/en/stable/how-to-guides/editable-installs.html
1 parent 1632c48 commit e421ff0

File tree

1 file changed

+1
-1
lines changed
  • babelizer/data/{{cookiecutter.package_name}}

1 file changed

+1
-1
lines changed

babelizer/data/{{cookiecutter.package_name}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ dist: clean ## builds source and wheel package
9191
ls -l dist
9292

9393
install: clean ## install the package to the active Python's site-packages
94-
pip install -e .
94+
pip install --no-build-isolation --editable .

0 commit comments

Comments
 (0)