ports/devel/py-pyproject_hooks/pkg/DESCR

10 lines
423 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
This is a low-level library for calling build-backends in
pyproject.toml-based projects. It provides the basic functionality
to help write tooling that generates distribution files from Python
projects.
If you want a tool that builds Python packages, you'll want to use
https://github.com/pypa/build instead. This is an underlying piece for
pip, build and other "build frontends" use to call "build backends"
within them.