1 2 3 4 5 6 7 8 9 10 11 12
[build-system] requires = ["maturin>=0.14"] build-backend = "maturin" [project] name = "fastatomstruct" version = "1.0.1" dependencies = ["ase", "numpy", "tidynamics"] [tool.maturin] python-source = "python" features = ["pyo3/extension-module"]