griels / pdm-pep517

PEP 517 support for PDM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PEP 517 support for PDM

License:MIT License


Languages

Language:Python 100.0%