-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
31 lines (29 loc) · 949 Bytes
/
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
[build-system]
requires = ["meson-python","numpy"]
build-backend = "mesonpy"
[project]
name = "specpart"
version = "0.0.7"
description = "specpart module for use in wavespectra"
readme = "README.md"
license = { file = "LICENSE.txt" }
keywords = ["wave", "spectra", "ocean", "xarray", "statistics", "analysis"]
authors = [
{ name = "Wavespectra Developers", email="r.guedes@oceanum.science" },
]
maintainers = [
{name = "Ruben de Bruin", email = "info@rdbr.nl"},
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Programming Language :: Python :: 3",
]
requires-python = ">=3.8,<3.12"
[project.urls]
Homepage = "https://github.com/RubendeBruin/specpart"
Issues = "https://github.com/RubendeBruin/specpart/issues"