aboutsummaryrefslogtreecommitdiff
path: root/python/python3-flit_scm/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-13 22:15:09 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:26 +0700
commitef888beca3304937f8501fb4f52ff16be0f1e8ab (patch)
tree0164f6173ce7bf3afd7ed539727ab7262237f25c /python/python3-flit_scm/README
parentf0dff5bc249476bb67538f400e317815482dd4f9 (diff)
python/python3-flit_scm: Added (PEP 518 build backend library)
PEP 518 build backend library for SCM version files. Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-flit_scm/README')
-rw-r--r--python/python3-flit_scm/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-flit_scm/README b/python/python3-flit_scm/README
new file mode 100644
index 0000000000..2fb09fad7b
--- /dev/null
+++ b/python/python3-flit_scm/README
@@ -0,0 +1,5 @@
+python3-flit_scm (PEP 518 build backend library for SCM version files)
+
+A PEP 518 build backend that uses setuptools_scm to generate a version
+file from your version control system, then flit_core to build the
+package.