From 10d1c89b7ade18ac1c21bcc4d2314e90ecec321e Mon Sep 17 00:00:00 2001 From: grst Date: Sat, 21 Sep 2024 20:18:10 +0000 Subject: [PATCH] Apply automatic changes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d0d087..5e7aaa9 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 = [