diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-29 22:42:28 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-29 22:42:28 +0700 |
| commit | 1bb39aa2ac167649a8ff81220d8ffd6ff25193c0 (patch) | |
| tree | 719fb915a5ce5397eec6f5cfaff15b68772cf556 /python/python3-pyproject-metadata/README | |
| parent | 1347392e540ff5629cc29996b43798913f293eb3 (diff) | |
python/python3-pyproject-metadata: Added (PEP 621 metadata parsing).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyproject-metadata/README')
| -rw-r--r-- | python/python3-pyproject-metadata/README | 8 |
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 0000000000..0b5df1ddbb --- /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). |
