--- pyproject.toml.orig 2025-10-26 21:34:57 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools>=77.0", + "setuptools", "wheel", "pybind11>=2.10", ] @@ -25,8 +25,6 @@ maintainers = [ maintainers = [ {name = "The icet developer team"} ] -license = "MPL-2.0" -license-files = ["LICENSE"] readme = "README.rst" requires-python = ">=3.9" keywords = ["chemistry", "physics", "scientific"]