-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (23 loc) · 847 Bytes
/
pyproject.toml
File metadata and controls
24 lines (23 loc) · 847 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
[project]
name = "assess"
version = "1.4"
description = "Assess is a python package that implements a number of analytical solutions to the Stokes equations in cylindrical and spherical shell domains."
readme = "README.rst"
authors = [
{ name = "Stephan Kramer", email = "s.kramer@imperial.ac.uk" }
]
license = { text = "GNU Lesser General Public License v3 (LGPLv3)" }
keywords = ["Stokes equations", "analytical solutions", "mantle flow", "spherical shell"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering"
]
dependencies = [
"numpy",
"scipy>=1.15.0"
]
[project.urls]
Homepage = "https://github.com/stephankramer/assess"