/pdm-pep517

PEP 517 support for PDM

Primary LanguagePythonMIT LicenseMIT

PDM-PEP517

The PEP 517 support for PDM

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

Use as PEP 517 build backend

Edit your pyproject.toml as follows:

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

License

This project is licensed under MIT license.