diff --git a/pyproject.toml b/pyproject.toml index 5e7aaa9..6d0d087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "hatchling.build" -requires = [ "hatchling" ] +requires = ["hatchling"] [project] name = "dso" @@ -14,7 +14,7 @@ maintainers = [ authors = [ { name = "Gregor Sturm" }, { name = "Thomas Schwarzl" }, - { name = "Alexander Peltzer" }, + { name = "Alexander Peltzer" } ] requires-python = ">=3.10" classifiers = [