diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-09 05:03:49 +0100 |
|---|---|---|
| committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-09 05:03:49 +0100 |
| commit | 13133e6c07e01185480ea2a6f09060f946549bac (patch) | |
| tree | f082ca742873a422eac576f18d882e1270836b80 /python/python3-flit_core/README | |
| parent | 470eb5209669d03487944a9530d7410d3facca92 (diff) | |
python/python3-flit_core: Added (flit core backend)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python3-flit_core/README')
| -rw-r--r-- | python/python3-flit_core/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-flit_core/README b/python/python3-flit_core/README new file mode 100644 index 0000000000..67f3ec7efd --- /dev/null +++ b/python/python3-flit_core/README @@ -0,0 +1,9 @@ +python3-flit_core (Simplified pkging of Python modules, core backend) + +Flit is a simple way to put Python packages and modules on PyPI. It +tries to require less thought about packaging and help you avoid +common mistakes. + +This provides a PEP 517 build backend for packages using Flit. +The only public interface is the API specified by PEP 517, at +``flit_core.buildapi``. |
