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 6b3260b commit e46e696Copy full SHA for e46e696
1 file changed
aws-proxy/Makefile
@@ -32,9 +32,7 @@ dist: venv ## Create distribution package
32
$(VENV_RUN); python setup.py sdist bdist_wheel
33
34
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)
+ $(VENV_RUN); python -m build --no-isolation localstack-extension-aws-proxy --outdir build
38
39
enable: $(wildcard ./build/dist/localstack_extension_aws_proxy-*.tar.gz) ## Enable the extension in LocalStack
40
$(VENV_RUN); \
0 commit comments