Metadata-Version: 2.4 Name: flit_core Version: 3.12.0 Summary: Distribution-building parts of Flit. See flit package for more information Author-email: Thomas Kluyver & contributors Requires-Python: >=3.6 Description-Content-Type: text/x-rst License-Expression: BSD-3-Clause Classifier: Topic :: Software Development :: Libraries :: Python Modules License-File: LICENSE License-File: flit_core/vendor/tomli-1.2.3.dist-info/LICENSE Project-URL: Documentation, https://flit.pypa.io Project-URL: Source, https://github.com/pypa/flit flit_core --------- 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``. See the `Flit documentation `_ for more information.