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, 0 insertions, 9 deletions
diff --git a/python/python3-pyproject-hooks/README b/python/python3-pyproject-hooks/README
deleted file mode 100644
index dfa06b5179..0000000000
--- a/python/python3-pyproject-hooks/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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).