We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b2777 commit a5f5bbeCopy full SHA for a5f5bbe
pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+requires = ["pbr>=5.7.0", "setuptools>=36.6.0"]
3
+build-backend = "pbr.build"
4
+
5
[tool.black]
6
line-length = 79
7
skip-string-normalization = true
0 commit comments