Metadata-Version: 2.1
Name: pdm-pep517
Version: 0.5.4
Summary: PEP 517 support
Home-page: https://pdm.fming.dev
License: MIT
Keywords: packaging,PEP 517,build
Author-email: Frost Ming <mianghong@gmail.com>
Requires-Python: >=3.6
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Build Tools
Project-URL: homepage, https://pdm.fming.dev
Project-URL: repository, https://github.com/frostming/pdm-pep517
Description-Content-Type: text/markdown
Description: # PDM-PEP517

        The PEP 517 support for [PDM](https://pdm.fming.dev)

        This library implements a [PEP 517][1] backend that reads the metadata of [PEP 621][2] format and coverts it to [Core metadata][3].

        [1]: https://www.python.org/dev/peps/pep-0517/
        [2]: https://www.python.org/dev/peps/pep-0621/
        [3]: https://packaging.python.org/specifications/core-metadata/

        ## Use as PEP 517 build backend

        Edit your `pyproject.toml` as follows:

        ```toml
        [build-system]
        requires = ["pdm-pep517"]
        build-backend = "pdm.pep517.api"
        ```

        ## License

        This project is licensed under [MIT license](/LICENSE).

