remove some comments that are no longer relevant
This commit is contained in:
parent
c9cf6316bd
commit
2921037c7b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user