summaryrefslogtreecommitdiffstats
path: root/python/python3-pyproject-hooks/README
diff options
context:
space:
mode:
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).