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 9f5b566 commit b12e7d3Copy full SHA for b12e7d3
Makefile
@@ -18,7 +18,7 @@ help:
18
19
dist: .venv
20
rm -rf dist dist-serverless build
21
- $(VENV_PATH)/bin/pip install wheel setuptools
+ $(VENV_PATH)/bin/pip install wheel "setuptools<78.0.1"
22
$(VENV_PATH)/bin/python setup.py sdist bdist_wheel
23
.PHONY: dist
24
0 commit comments