-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
64 lines (60 loc) · 1.48 KB
/
pyproject.toml
File metadata and controls
64 lines (60 loc) · 1.48 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "aquasol"
authors = [
{name = "Olivier Vincent", email = "ovinc.py@gmail.com"},
]
description = "Thermodynamic and physico-chemical properties for water and aqueous solutions"
readme = "README.md"
requires-python = ">=3.6"
keywords = [
"water",
"solutions",
"salt",
"thermodynamic",
"properties",
"relations",
"convert",
"IAPWS",
"supersaturated",
"supersaturation",
"pitzer",
"kelvin",
"activity",
"volumetric",
"vapor_pressure",
"dewpoint",
"density",
"surface tension",
"viscosity",
"diffusivity",
"solubility",
"activity coefficient",
"osmotic",
"refractive index",
"electrical conductivity",
"physics",
"chemistry",
]
license = {text = "CeCILL-2.1"}
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
]
dependencies = [
"numpy",
"pynverse",
"importlib-metadata",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/ovinc/aquasol"
Documentation = "https://github.com/ovinc/aquasol/README.md"
Repository = "https://github.com/ovinc/aquasol.git"
# [tool.setuptools.packages.find]
# exclude = ["media",]
[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools-scm