We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0708ad1 commit 61117e1Copy full SHA for 61117e1
Makefile
@@ -181,7 +181,7 @@ MANIFEST.in: init
181
182
build: init ./setup.py MANIFEST.in
183
$(QUIET)$(PYTHON) -W ignore -m build --sdist --wheel --no-isolation ./ || $(QUIET)$(PYTHON) -W ignore -m build ./ ;
184
- $(QUITE)$(WAIT)
+ $(QUIET)$(WAIT)
185
$(QUIET)$(ECHO) "build DONE."
186
187
init:
@@ -203,7 +203,7 @@ user-install: build
203
204
uninstall:
205
$(QUIET)$(PYTHON) -m pip uninstall --use-pep517 $(PIP_ENV_FLAGS) --no-input -y pythonrepo 2>$(ERROR_LOG_PATH) || :
206
207
$(QUIET)$(ECHO) "$@: Done."
208
209
legacy-purge: clean uninstall
0 commit comments