-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (44 loc) · 1.45 KB
/
Copy pathpyproject.toml
File metadata and controls
49 lines (44 loc) · 1.45 KB
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
39
40
41
42
43
44
45
46
47
48
49
[build-system]
requires = ["setuptools>=61.0", "setuptools-git-versioning>=1.8.0"]
build-backend = "setuptools.build_meta"
[project]
name = "fenicsxprecice"
dynamic = ["version"]
description = "FEniCSx-preCICE adapter is a preCICE adapter for the open source computing platform FEniCSx."
readme = "README.md"
requires-python = ">=3.7"
license = {text = "LGPL-3.0"}
authors = [
{name = "the preCICE developers", email = "info@precice.org"},
]
keywords = ["FEniCSx", "preCICE", "adapter"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"pyprecice~=3.0",
"scipy<1.15.0",
"numpy>=1.13.3",
"mpi4py>=3",
"precice-adapter-schema"
]
[project.optional-dependencies]
test = ["sympy"]
[project.urls]
Homepage = "https://github.com/precice/fenicsx-adapter"
Repository = "https://github.com/precice/fenicsx-adapter"
"Bug Tracker" = "https://github.com/precice/fenicsx-adapter/issues"
[tool.setuptools]
packages = ["fenicsxprecice"]
zip-safe = false
[tool.setuptools-git-versioning]
enabled = true