From c9db80e3aec511b46332ce6eb857ffcb829581b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20R=2E=20Sch=C3=A4fer?= Date: Tue, 21 Jan 2025 13:04:18 +0100 Subject: [PATCH] remove license-file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a851600..f2586e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.10.1" description = "Atomistic Learned Potential Package in JAX" keywords=["machine-learning", "interatomic potentials", "molecular-dynamics"] readme = "README.md" -license = { file = "LICENSE" } +# license = { file = "LICENSE" } authors = [ { name = "Moritz René Schäfer", email = "schaefer@theochem.uni-stuttgart.de" }, { name = "Nico Segreto", email = "segreto@theochem.uni-stuttgart.de" },