Skip to content
Snippets Groups Projects
Commit 38b5bf824794 authored by Pierre Augier's avatar Pierre Augier
Browse files

make: stop using setup.py clean (deprecated)

Direct calls of setup.py should not be used. There is no equivalent
to setup.py clean with PEP 517 frontends. We have to delete what
we want ourself.
parent 6061c9b8e318
No related branches found
No related tags found
2 merge requests!1292Draft: 7.0rc preparation,!1207packaging: get version with setuptools-scm
Pipeline #97864 failed
......@@ -83,7 +83,7 @@
cleanbutpackages:
rm -f hg.exe
-$(PYTHON) setup.py clean --all # ignore errors from this command
rm -rf mercurial.egg-info dist
find contrib doc hgext hgext3rd i18n mercurial tests hgdemandimport \
\( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
rm -rf .venv_*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment