From 0545c10092729cc5b07630177cbe53975a2402c8 Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Wed, 2 Apr 2025 12:15:13 +0000 Subject: [PATCH] pyproject.toml aktualisiert --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10e9c2a..6be914a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,15 @@ [build-system] requires = ["setuptools>=45", "wheel"] build-backend = "setuptools.build_meta" - [project] name = "aiunn" -version = "0.1.2" +version = "0.1.1" description = "Finetuner for image upscaling using AIIA" readme = "README.md" requires-python = ">=3.10" license = {file = "LICENSE"} authors = [ - {name = "Falko Habel", email = "falko.habel@gmx.de"}, +{name = "Falko Habel", email = "falko.habel@gmx.de"}, ] - [project.urls] -"Homepage" = "https://gitea.fabelous.app/Machine-Learning/aiuNN" \ No newline at end of file +"Homepage"="https://gitea.fabelous.app/Machine-Learning/aiuNN" \ No newline at end of file