forked from PatSunter/credo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (38 loc) · 1.09 KB
/
pyproject.toml
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
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "waiwera-credo"
version = "2.0.6"
description = "Fork of CREDO computational model benchmarking toolkit, for use with the Waiwera geothermal flow simulator"
readme = "README.md"
authors = [
{name = "Waiwera Project", email = "waiwera.project@gmail.com"}
]
license = {file = "COPYING.txt"}
requires-python = ">=2.7"
dependencies = [
"future",
"matplotlib",
"scipy",
"Pillow",
"h5py",
"Shapely",
"docutils",
"reportlab",
"PyTOUGH"]
classifiers = [
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
"Operating System :: OS Independent"
]
[tool.setuptools]
packages = ["credo",
'credo.analysis',
'credo.io',
'credo.jobrunner',
'credo.reporting',
'credo.systest']
[project.urls]
repository = "https://github.com/waiwera/credo"