pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Add warnings on all documentation about `pep517` being unsupported #155

Closed pradyunsg closed 1 year ago

pradyunsg commented 1 year ago

Toward #136

This serves to inform users to not use pep517.

takluyver commented 1 year ago

I'd suggest slightly different wording to reassure people that the (main) API still exists, just at a different name. Something like:

The core of this package has been renamed to pyproject-hooks. Please use that package (low level) or build (higher level) in place of pep517.

pradyunsg commented 1 year ago

Works for me!

takluyver commented 1 year ago

Thanks!