summaryrefslogtreecommitdiff
path: root/releasenotes/notes/pep517-support-89189ce0bab15845.yaml
blob: 97ab28bddb47b3e385779c09e80988d007901f46 (plain)
1
2
3
4
5
6
7
---
features:
  - |
    PBR now includes a PEP 517 build-backend and can be used in
    pyproject.toml build-system configuration. Setuptools continues
    to be the underlying mechanism with PBR acting as a driver via
    PEP 517 entrypoints.