Skip to content

Commit 9752e22

Browse files
committed
Add minimum pyproject.toml
... which is not required by the requirements-check job. Change-Id: I94d3a3e961284e3981ca0fe244e443ae944fd353 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
1 parent 77e4ac9 commit 9752e22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

0 commit comments

Comments
 (0)