minducer / pyproject.toml
aibergman's picture
Pin Seekpath and expose fallback diagnostics
03519e2
Raw
History Blame Contribute Delete
527 Bytes
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "induced-exchange"
version = "0.1.0"
description = "Validated input model and analysis tools for induced-moment exchange models"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["numpy>=1.23"]
[project.optional-dependencies]
symmetry = ["spglib>=2.0"]
paths = ["seekpath==2.1.0"]
[project.scripts]
induced-exchange-uppasd = "induced_exchange.io_uppasd:main"
[tool.setuptools.packages.find]
where = ["src"]