From 8735e639f5907864657bdd04d2b4a024c1f54d64 Mon Sep 17 00:00:00 2001 From: rickard Date: Thu, 9 Jan 2025 21:30:52 +0100 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b43801f..82b7ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,17 @@ [project] name = "finetrainers-ui" -version = "0.9.1" +version = "0.9.3" dependencies = [ "gradio", "torch>=2.4.1" ] +description = "A gradio based ui for training video transformer models with finetrainers as backend" +readme = "README.md" +license = {file = "LICENSE"} [project.urls] -Homepage = "https://github.com/neph1/finetrainers-ui" \ No newline at end of file +Repository = "https://github.com/neph1/finetrainers-ui" + +[tool.setuptools] +packages = ["tabs", "config"] \ No newline at end of file