Skip to content

Commit b12e7d3

Browse files
committed
.
1 parent 9f5b566 commit b12e7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ help:
1818

1919
dist: .venv
2020
rm -rf dist dist-serverless build
21-
$(VENV_PATH)/bin/pip install wheel setuptools
21+
$(VENV_PATH)/bin/pip install wheel "setuptools<78.0.1"
2222
$(VENV_PATH)/bin/python setup.py sdist bdist_wheel
2323
.PHONY: dist
2424

0 commit comments

Comments
 (0)