Skip to content

Commit fda7ba3

Browse files
committed
Use pbr
pbr is the standard build system for packages maintained under the OpenStack namespace. Although setup.py has been indicated that pbr is required pyproject.toml hasn't agreed with it. Change-Id: I756698cc1a3608843c8bfb2fd9adf6b2f5d07e47 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
1 parent d0614a7 commit fda7ba3

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,6 +1,6 @@
11
[build-system]
2-
requires = ['setuptools>=68']
3-
build-backend = 'setuptools.build_meta'
2+
requires = ["pbr>=6.1.1"]
3+
build-backend = "pbr.build"
44

55
[project]
66
name = "python-observabilityclient"

0 commit comments

Comments
 (0)