7 lines
287 B
Text
7 lines
287 B
Text
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.
|
|
|
|
flit_core is the flit pep517 build backend, used as a build backend
|
|
for a lot of python packages including the build of the flit tool.
|