quieten wheel build

This commit is contained in:
Damien Elmes 2020-01-04 10:44:35 +10:00
parent 0bfc90f52f
commit 1dd1acdffe
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py')
.PHONY: build
build: $(BUILD_STEPS) $(CHECKDEPS)
rm -rf dist
python setup.py bdist_wheel
python setup.py -q bdist_wheel
rsync -a dist/*.whl ../dist/
# prepare code for running in place

View file

@ -101,7 +101,7 @@ CHECKDEPS := $(shell find aqt tests -name '*.py')
.PHONY: build
build: $(BUILD_STEPS)
rm -rf dist
python setup.py bdist_wheel
python setup.py -q bdist_wheel
rsync -a dist/*.whl ../dist/
.PHONY: develop