summaryrefslogtreecommitdiffstats
path: root/python/python3-poetry-core/README
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-24 02:35:58 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:44 +0700
commitc4fcdfe3ebf893285ec0e0af4de6de0f48dc56ce (patch)
tree52c5de59a4cd0338c738139bdd42e7c29767fd28 /python/python3-poetry-core/README
parentba5ff2540302417771831469cd753e7715afd155 (diff)
downloadslackbuilds-c4fcdfe3ebf893285ec0e0af4de6de0f48dc56ce.tar.gz
slackbuilds-c4fcdfe3ebf893285ec0e0af4de6de0f48dc56ce.tar.xz
python/python3-poetry-core: Added (backend developed for Poetry)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-poetry-core/README')
-rw-r--r--python/python3-poetry-core/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-poetry-core/README b/python/python3-poetry-core/README
new file mode 100644
index 0000000000..d8531098b7
--- /dev/null
+++ b/python/python3-poetry-core/README
@@ -0,0 +1,6 @@
+python3-poetry-core (PEP 517 build backend impl. developed for Poetry)
+
+A PEP 517 build backend implementation developed for Poetry. This
+project is intended to be a light weight, fully compliant,
+self-contained package allowing PEP 517 compatible build frontends to
+build Poetry managed projects.