-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 829 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
build-backend = "scikit_build_core.build"
requires = [
"numpy",
"pybind11",
"scikit-build-core",
"setuptools>=59.6",
"setuptools-scm>=8.1",
"wheel"
]
[project]
dependencies = [
"click>=8.1.3",
"verstr>=0.1.2"
]
dynamic = ["version"]
name = "ComPASS"
urls.git = "https://gitlab.com/compass/compass-v4/compass"
urls.documentation = "https://compass.gitlabpages.inria.fr/v4/ComPASS/"
maintainers = [
{ name = "BRGM", email="compass@brgm.fr"},
{ name = "INRIA", email="roland.masson@inria.fr" }
]
license.file = "LICENSE.rst"
[tool.scikit-build]
build-dir = "_skbuild/{wheel_tag}-{build_type}"
minimum-version = "0.5.1"
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["_version.py", "version_info"]
[tool.setuptools_scm]
write_to = "ComPASS/_version.py"