aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4a58d8c9bcb2240a72fd74e853f54a7a6eb959bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2021-2023 Arm Limited.
# SPDX-License-Identifier: Apache-2.0

[build-system]
requires = [
    "setuptools>=42",
    "wheel",
    "setuptools_scm[toml]>=6.0"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "no-guess-dev"