Commit 2c90943
committed
Add pyproject.toml to support pip version 23.1
Version 23.1 of pip removes the "setup.py install" if no
pyproject.toml is present.
This change adds a minimal pyproject.toml to use pbr to build
wheels.
See https://pip.pypa.io/en/stable/news/#v23-1
and pypa/pip#8368 for more info.1 parent 527bcd2 commit 2c90943
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments