We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b35677 commit 171716bCopy full SHA for 171716b
{{cookiecutter.project_slug}}/Makefile
@@ -52,9 +52,6 @@ run: $(VENV)/pyvenv.cfg
52
$(VENV)/pyvenv.cfg: pyproject.toml
53
# Create our Python 3 virtual environment
54
python3 -m venv env
55
- # NOTE(ekilmer): interrogate v1.5.0 needs setuptools when using Python 3.12+.
56
- # This should be fixed when the next release is made
57
- $(VENV_BIN)/python -m pip install --upgrade pip setuptools
58
$(VENV_BIN)/python -m pip install -e .[$(INSTALL_EXTRA)]
59
60
.PHONY: lint
0 commit comments