Skip to content

Commit b1fff65

Browse files
authored
Merge pull request #204 from elfosardo/add-pyprojecttoml
Add pyproject.toml to support pip version 23.1
2 parents 527bcd2 + 2c90943 commit b1fff65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build-system]
2+
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
3+
build-backend = "pbr.build"
4+

0 commit comments

Comments
 (0)