From 03d862a3e9583b9b7ac92feb814bcb6068eb004f Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 08:56:13 +0700 Subject: python/python3-pdm-backend: Added (Backend for PDM projects). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pdm-backend/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-pdm-backend/README (limited to 'python/python3-pdm-backend/README') diff --git a/python/python3-pdm-backend/README b/python/python3-pdm-backend/README new file mode 100644 index 0000000000..2c987636ee --- /dev/null +++ b/python/python3-pdm-backend/README @@ -0,0 +1,5 @@ +python3-pdm-backend (Backend that supports latest packaging standards) + +This is the backend for PDM projects that is fully-compatible with +PEP 517 spec, but you can also use it alone. It reads the metadata +of PEP 621 format and coverts it to Core metadata. -- cgit v1.2.3