Metadata-Version: 2.4
Name: flit_core
Version: 3.11.0
Summary: Distribution-building parts of Flit. See flit package for more information
Author-email: Thomas Kluyver & contributors <thomas@kluyver.me.uk>
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
Project-URL: Documentation, https://flit.pypa.io
Project-URL: Source, https://github.com/pypa/flit

flit_core
---------

This provides a `PEP 517 <https://peps.python.org/pep-0517/>`_ build backend
for packages using `Flit <https://pypi.org/project/flit/>`_.  The only public
interface is the API specified by PEP 517, at ``flit_core.buildapi``.

See the `Flit documentation <https://flit.pypa.io/en/stable/>`_ for more
information.

