aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyproject-hooks/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-28 05:00:32 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:43 +0700
commit59c24133372d80e2e5a70ab5bd2898cd4870e9b3 (patch)
tree62c2a5bb626b5286f8206f89bc19e156f2cb9abb /python/python3-pyproject-hooks/README
parent1b72e7e62967be7daf69cb23950f9b7e425cfa1d (diff)
python/python3-pyproject-hooks: Added (call PEP517 backend hooks)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyproject-hooks/README')
-rw-r--r--python/python3-pyproject-hooks/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-pyproject-hooks/README b/python/python3-pyproject-hooks/README
new file mode 100644
index 0000000000..dfa06b5179
--- /dev/null
+++ b/python/python3-pyproject-hooks/README
@@ -0,0 +1,9 @@
+python3-pyproject-hooks (Wrappers to call PEP 517 build backend hooks)
+
+This is a low-level library for calling build-backends in
+pyproject.toml-based project. It provides the basic functionality to
+help write tooling that generates distribution files from
+Python projects.
+
+The pep517 project has been replaced by this project (low level) and
+the build project (high level).