We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs here: https://setuptools.readthedocs.io/en/latest/build_meta.html point at pep518.build, which was not supposed be used and almost unceremoniously pulled. The correct solution (hinted at in the docs) is now available, namely pypa/build. So the docs should use python -m build instead.
pep518.build
pypa/build
python -m build
See also pypa/packaging-problems#219.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The docs here: https://setuptools.readthedocs.io/en/latest/build_meta.html point at
pep518.build
, which was not supposed be used and almost unceremoniously pulled. The correct solution (hinted at in the docs) is now available, namelypypa/build
. So the docs should usepython -m build
instead.See also pypa/packaging-problems#219.
The text was updated successfully, but these errors were encountered: