-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 895 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 895 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
[build-system]
build-backend = "scikit_build_core.build"
requires = ["scikit-build-core", "rtree>=1.2"]
[project]
name = "libsupermesh"
# <year.month.patch>
version = "2025.5.dev0"
description = "A parallel supermeshing library"
readme = "README.md"
authors = [
{name = "James R. Maddison", email = "j.r.maddison@ed.ac.uk"},
{name = "Iakovos Panourgias"},
{name = "Patrick E. Farrell"},
{name = "Matteo Croci"},
{name = "Jack Betteridge", email = "J.Betteridge@imperial.ac.uk"},
]
dependencies = [
"rtree>=1.4.1",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Programming Language :: Python",
"Operating System :: OS Independent"
]
[project.urls]
Repository = "https://github.com/firedrakeproject/libsupermesh"
[tool.scikit-build]
wheel.install-dir = "libsupermesh"