aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyproject-metadata/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pyproject-metadata/README')
-rw-r--r--python/python3-pyproject-metadata/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-pyproject-metadata/README b/python/python3-pyproject-metadata/README
new file mode 100644
index 000000000000..0b5df1ddbb8c
--- /dev/null
+++ b/python/python3-pyproject-metadata/README
@@ -0,0 +1,8 @@
+python3-pyproject-metadata (PEP 621 metadata parsing)
+
+This project does not implement the parsing of pyproject.toml
+containing PEP 621 metadata.
+
+Instead, given a Python data structure representing PEP 621 metadata
+(already parsed), it will validate this input and generate a PEP
+643-compliant metadata file (e.g. PKG-INFO).