18 lines
471 B
TOML
18 lines
471 B
TOML
[project] # Project metadata
|
|
name = "lasp"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = { "file" = "LICENSE" }
|
|
authors = [{ "name" = "J.A. de Jong et al.", "email" = "info@ascee.nl" }]
|
|
|
|
classifiers = [
|
|
"Topic :: Scientific/Engineering",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Operating System :: POSIX :: Linux",
|
|
"Operating System :: Microsoft :: Windows",
|
|
]
|
|
|
|
# urls = { "Documentation" = "https://" }
|
|
dynamic = ["version", "description"]
|
|
|