aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyproject-api/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-17 15:29:54 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 17:18:58 +0700
commit224138b2d3475fa81008e6e27d4565151130175e (patch)
tree3466fa10b6df67a6796a2c5073a6a6a05f645421 /python/python3-pyproject-api/README
parent623952a6c940107291559fa2ffcf53e0b73b6160 (diff)
python/python3-pyproject-api: Added (api for pyproject.toml).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyproject-api/README')
-rw-r--r--python/python3-pyproject-api/README4
1 files changed, 4 insertions, 0 deletions
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.