From 224138b2d3475fa81008e6e27d4565151130175e Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Jun 2023 15:29:54 +0900 Subject: python/python3-pyproject-api: Added (api for pyproject.toml). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pyproject-api/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-pyproject-api/README (limited to 'python/python3-pyproject-api/README') diff --git a/python/python3-pyproject-api/README b/python/python3-pyproject-api/README new file mode 100644 index 0000000000..c3aa561109 --- /dev/null +++ b/python/python3-pyproject-api/README @@ -0,0 +1,4 @@ +python3-pyproject-api (API to interact with pyproject.toml projects) + +pyproject-api aims to abstract away interaction with pyproject.toml +style projects in a flexible way. -- cgit v1.2.3