diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-13 22:15:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:26 +0700 |
commit | ef888beca3304937f8501fb4f52ff16be0f1e8ab (patch) | |
tree | 0164f6173ce7bf3afd7ed539727ab7262237f25c /python/python3-flit_scm/README | |
parent | f0dff5bc249476bb67538f400e317815482dd4f9 (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/README | 5 |
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. |