develop #11

Merged
Fabel merged 22 commits from develop into main 2025-04-04 20:12:21 +00:00
1 changed files with 3 additions and 5 deletions
Showing only changes of commit 0545c10092 - Show all commits

View File

@ -1,10 +1,9 @@
[build-system] [build-system]
requires = ["setuptools>=45", "wheel"] requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "aiunn" name = "aiunn"
version = "0.1.2" version = "0.1.1"
description = "Finetuner for image upscaling using AIIA" description = "Finetuner for image upscaling using AIIA"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
@ -12,6 +11,5 @@ license = {file = "LICENSE"}
authors = [ authors = [
{name = "Falko Habel", email = "falko.habel@gmx.de"}, {name = "Falko Habel", email = "falko.habel@gmx.de"},
] ]
[project.urls] [project.urls]
"Homepage"="https://gitea.fabelous.app/Machine-Learning/aiuNN" "Homepage"="https://gitea.fabelous.app/Machine-Learning/aiuNN"