-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 912 Bytes
/
Copy pathpyproject.toml
File metadata and controls
38 lines (34 loc) · 912 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
35
36
37
38
[build-system]
requires = ["scikit-build-core>=0.12"]
build-backend = "scikit_build_core.build"
[project]
name = "PyGeopack"
dynamic = ["version"]
authors = [
{ name = "Matthew Knight James", email = "mattkjames7@gmail.com" },
]
description = "Geopack08 wrapper for Python"
readme = "README.md"
dependencies = [
"numpy",
"PyFileIO",
"RecarrayTools",
"DateTimeTools>=1.3.3",
"kpindex>=2.1.0",
"pyomnidata>=1.0.2",
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: POSIX",
]
[project.urls]
Homepage = "https://github.com/mattkjames7/PyGeopack"
[tool.scikit-build]
minimum-version = "build-system.requires"
cmake.build-type = "Release"
wheel.packages = ["PyGeopack"]
wheel.install-dir = "PyGeopack/__data/geopack/lib"
install.components = ["python"]
[tool.scikit-build.metadata.version]
provider = "scikit_build_core.metadata.regex"
input = "PyGeopack/__init__.py"