-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
23 lines (22 loc) · 919 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
[build-system]
build-backend = 'mesonpy'
requires = ['meson-python', 'wheel', 'numpy']
[project]
name = 'scikit-fmm'
version = '2024.09.16'
description = 'An extension module implementing the fast marching method'
readme = 'README.md'
requires-python = '>=3.9'
license = {file = 'LICENSE.txt'}
url = 'https://github.com/scikit-fmm/scikit-fmm'
authors = [
{name = 'Jason Furtney', email = '[email protected]'},
]
keywords = ['fast marching method', 'Eikonal equation', 'interface', 'boundary']
classifiers = ["Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
"Programming Language :: C++",
"Programming Language :: Python :: 3"]