diff --git a/pylib/Makefile b/pylib/Makefile index 288c24aad..c9f8c1c4e 100644 --- a/pylib/Makefile +++ b/pylib/Makefile @@ -77,8 +77,6 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildinfo.py) # Building ###################### -# we only want the wheel when building, but passing -f wheel to poetry -# breaks the inclusion of files listed in pyproject.toml .PHONY: build build: $(BUILD_STEPS) $(CHECKDEPS) rm -rf dist diff --git a/qt/Makefile b/qt/Makefile index 5b437886e..c4ea2113e 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -101,8 +101,6 @@ CHECKDEPS := $(shell find aqt tests -name '*.py' | grep -v buildinfo.py) # Building ###################### -# we only want the wheel when building, but passing -f wheel to poetry -# breaks the inclusion of files listed in pyproject.toml .PHONY: build build: $(BUILD_STEPS) rm -rf dist