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
|
# 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
|
.PHONY: build
|
||||||
build: $(BUILD_STEPS) $(CHECKDEPS)
|
build: $(BUILD_STEPS) $(CHECKDEPS)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
@ -101,8 +101,6 @@ CHECKDEPS := $(shell find aqt tests -name '*.py' | grep -v buildinfo.py)
|
|||||||
# Building
|
# 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
|
.PHONY: build
|
||||||
build: $(BUILD_STEPS)
|
build: $(BUILD_STEPS)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
Loading…
Reference in New Issue
Block a user