diff --git a/pyproject.toml b/pyproject.toml index f2586e9b..aa736c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ version = "0.10.1" description = "Atomistic Learned Potential Package in JAX" keywords=["machine-learning", "interatomic potentials", "molecular-dynamics"] readme = "README.md" -# license = { file = "LICENSE" } authors = [ { name = "Moritz René Schäfer", email = "schaefer@theochem.uni-stuttgart.de" }, { name = "Nico Segreto", email = "segreto@theochem.uni-stuttgart.de" }, @@ -72,10 +71,19 @@ lint = [ apax = 'apax.cli.apax_app:app' +# [build-system] +# requires = ["setuptools"] +# build-backend = "setuptools.build_meta" + +# [tool.setuptools] +# license-files = [] + [build-system] requires = ["hatchling==1.26.3"] build-backend = "hatchling.build" + + [tool.ruff] line-length = 90