Newer
Older
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
]
description = "Package to perform self-consistent mean-field calculations on tight-binding systems"
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"packaging>=22.0", # For version parsing
]
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.hooks.vcs]
"Documentation" = "https://meanfi.readthedocs.io/en/latest/"
"Repository" = "https://gitlab.kwant-project.org/qt/meanfi"
"Bug Tracker" = "https://gitlab.kwant-project.org/qt/meanfi/-/issues"
[tool.hatch.build.targets.sdist]
include = [
"README.md",
"LICENSE",
"pyproject.toml",
"AUTHORS.md",
]
ignore-words-list = "multline, ket, bra, braket, nwo, mater"