remove some comments that are no longer relevant

This commit is contained in:
Damien Elmes 2020-01-14 20:45:18 +10:00
parent c9cf6316bd
commit 2921037c7b
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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