Skip to content

Commit 2eaa33e

Browse files
committed
slightly adjust build config
1 parent 721e3ca commit 2eaa33e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

aws-proxy/MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
exclude aws_proxy/frontend *
1+
include pyproject.toml
2+
recursive-exclude aws_proxy/frontend *

aws-proxy/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ lint: ## Run code linter to check code style
2626
test: ## Run tests
2727
$(VENV_RUN); python -m pytest $(PYTEST_ARGS) $(TEST_PATH)
2828

29-
entrypoints: ## Generate plugin entrypoints for Python package
29+
entrypoints: build-frontend ## Generate plugin entrypoints for Python package
3030
$(VENV_RUN); python -m plux entrypoints
3131

32-
build: entrypoints build-frontend ## Build the extension
32+
build: build-frontend entrypoints ## Build the extension
3333
$(VENV_RUN); python -m build --no-isolation . --outdir build
3434
@# make sure that the entrypoints are contained in the dist folder and are non-empty
3535
@test -s localstack_extension_aws_proxy.egg-info/entry_points.txt || (echo "Entrypoints were not correctly created! Aborting!" && exit 1)

0 commit comments

Comments
 (0)