summaryrefslogtreecommitdiff
path: root/releasenotes/notes/pep517-support-89189ce0bab15845.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/pep517-support-89189ce0bab15845.yaml')
-rw-r--r--releasenotes/notes/pep517-support-89189ce0bab15845.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/pep517-support-89189ce0bab15845.yaml b/releasenotes/notes/pep517-support-89189ce0bab15845.yaml
new file mode 100644
index 0000000..97ab28b
--- /dev/null
+++ b/releasenotes/notes/pep517-support-89189ce0bab15845.yaml
@@ -0,0 +1,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.