From 2921037c7b5a46e22fa62450847c7a4a8df13f1a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 14 Jan 2020 20:45:18 +1000 Subject: [PATCH] remove some comments that are no longer relevant --- pylib/Makefile | 2 -- qt/Makefile | 2 -- 2 files changed, 4 deletions(-) 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