Skip to content

Commit

Permalink
fixup! readme
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 16, 2023
1 parent 1302d6b commit 8e27d18
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packaging/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# `pep517_backend` in-tree build backend

The `pep517_backend.hooks` importable exposes callables declared by PEP 517
and PEP 660 and is integrated into `pyproject.toml`'s
`[build-system].build-backend` through `[build-system].backend-path`.

# Design considerations

`__init__.py` is to remain empty, leaving `hooks.py` the only entrypoint
exposing the callables. The logic is contained in private modules. This is
to prevent import-time side effects.

0 comments on commit 8e27d18

Please sign in to comment.