28 lines
579 B
TOML
28 lines
579 B
TOML
[build-system]
|
|
build-backend = 'mesonpy'
|
|
requires = [
|
|
"charset-normalizer",
|
|
"meson>=1.6.0",
|
|
"meson-python>=0.18",
|
|
"ninja",
|
|
"numpy >= 1.22, < 2",
|
|
"setuptools",
|
|
"swig == 4.2",
|
|
]
|
|
|
|
[project]
|
|
name = "phagen"
|
|
version = "0.1.0"
|
|
description = "PHAGEN - electron scattering phase calculator"
|
|
classifiers = ["Private :: Do Not Upload"]
|
|
authors = [
|
|
{ name = "C. R. Natoli" },
|
|
{ name = "D. Sébilleau" },
|
|
]
|
|
maintainers = [
|
|
{ name = "Matthias Muntwiler", email = "matthias.muntwiler@psi.ch" }
|
|
]
|
|
requires-python = ">=3.10, <3.14"
|
|
dependencies = [
|
|
]
|