Skip to content

Commit a5f5bbe

Browse files
committed
Add pyproject.toml file
Keep pip happy. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 33b2777 commit a5f5bbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["pbr>=5.7.0", "setuptools>=36.6.0"]
3+
build-backend = "pbr.build"
4+
15
[tool.black]
26
line-length = 79
37
skip-string-normalization = true

0 commit comments

Comments
 (0)