Metadata-Version: 2.1
Name: pdm-pep517
Version: 0.5.9
Summary: A PEP 517 backend for PDM that supports PEP 621 metadata
License: MIT
Keywords: packaging,PEP 517,build
Author-email: Frost Ming <mianghong@gmail.com>
Requires-Python: >=3.6
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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).

