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

Rename the project to `pyproject-hooks` and trim scope #151

Closed pradyunsg closed 1 year ago

pradyunsg commented 1 year ago

Toward #136 Closes #142, by removing the functionality it is requesting changes to. Closes #91, by removing the functionality that it is tracking removal of. Closes #49, by removing the functionality it is requesting changes to.

This is the first step, listed in https://github.com/pypa/pep517/issues/136#issuecomment-1229152927.

pradyunsg commented 1 year ago

There are a few more "obvious" improvements, like moving to [project] metadata, automated formatting, improving the documentation and adding type annotations.

I suggest that we make those improvements in follow ups.

takluyver commented 1 year ago

Thanks @pradyunsg !