mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
13133e6c07
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
9 lines
371 B
Text
9 lines
371 B
Text
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``.
|