-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 999 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 999 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
[build-system]
requires = ["setuptools>=65.0", "wheel", "setuptools-git-versioning>=1.8.0"]
build-backend = "setuptools.build_meta"
[project]
name = "fenicsprecice"
description = "FEniCS-preCICE adapter is a preCICE adapter for the open source computing platform FEniCS."
readme = "README.md"
requires-python = ">=3.7"
license = {text = "LGPL-3.0"}
authors = [
{name = "the preCICE developers", email = "info@precice.org"},
]
dependencies = [
"pyprecice>=3.0.0.0",
"scipy<1.15.0",
"numpy>=1.13.3,<2",
"mpi4py>=3",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/precice/fenics-adapter"
Documentation = "https://precice.org/tutorials-fenics-adapter.html"
Repository = "https://github.com/precice/fenics-adapter"
Issues = "https://github.com/precice/fenics-adapter/issues"
[tool.setuptools]
packages = ["fenicsprecice"]
zip-safe = false
include-package-data = true
[tool.wheel]
license-files = ["LICENSE"]
[tool.setuptools-git-versioning]
enabled = true