-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (32 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
38 lines (32 loc) · 1.09 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
[build-system]
requires = ["scikit-build-core", "numpy"]
build-backend = "scikit_build_core.build"
[project]
name = "pyraysum"
version = "1.3"
description = "Package to compute synthetic seismograms, based on Raysum"
authors = [
{ name = "Pascal Audet", email = "pascal.audet@uottawa.ca" },
{ name = "Wasja Bloch", email = "wasja@norsar.no" },
{ name = "Andrew Fredriksen" },
]
maintainers = [
{ name = "Wasja Bloch", email = "wasja@norsar.no" },
{ name = "Pascal Audet", email = "pascal.audet@uottawa.ca" },
]
readme = "README.md"
dependencies = ["numpy>=1.15", "obspy>=1.0.0", "matplotlib", "obspy"]
classifiers = [
"Development Status :: 5 - Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Physics",
]
[project.urls]
Homepage = "https://github.com/paudetseis/PyRaysum"
Documentation = "https://paudetseis.github.io/PyRaysum"
"Bug Tracker" = "https://github.com/paudetseis/PyRaysum/issues"
[tool.scikit-build]
ninja.version = ">=1.10"
cmake.version = ">=3.17.2"