You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It ensures that the project defines its build dependency on wheel, which avoids oddities such as pip doing a direct setup.py install when installing from source.
The text was updated successfully, but these errors were encountered:
pfmoore
changed the title
The "Packaging projects" tutorial should discuss using pyproject.toml
The "Packaging projects" tutorial should discuss using pyproject.toml
Apr 21, 2020
The tutorial at https://packaging.python.org/tutorials/packaging-projects/ describes building an old-style setuptools project. We should be covering using
pyproject.toml
. Reasons include:wheel
, which avoids oddities such as pip doing a directsetup.py install
when installing from source.See pypa/setuptools#510 (comment) and pypa/pip#8102 for context.
The text was updated successfully, but these errors were encountered: