Skip to content

Commit e46e696

Browse files
committed
minor fix in build config
1 parent 6b3260b commit e46e696

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

aws-proxy/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ dist: venv ## Create distribution package
3232
$(VENV_RUN); python setup.py sdist bdist_wheel
3333

3434
build: ## Build the extension
35-
mkdir -p build
36-
cp -r setup.py setup.cfg README.md aws_proxy build/
37-
(cd build && python setup.py sdist)
35+
$(VENV_RUN); python -m build --no-isolation localstack-extension-aws-proxy --outdir build
3836

3937
enable: $(wildcard ./build/dist/localstack_extension_aws_proxy-*.tar.gz) ## Enable the extension in LocalStack
4038
$(VENV_RUN); \

0 commit comments

Comments
 (0)