Skip to content

Commit d065821

Browse files
authored
Merge pull request #16 from neph1/update-v0.9.3
update pyproject.toml
2 parents d8e9411 + 8735e63 commit d065821

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ dependencies = [
55
"gradio",
66
"torch>=2.4.1"
77
]
8+
description = "A gradio based ui for training video transformer models with finetrainers as backend"
9+
readme = "README.md"
10+
license = {file = "LICENSE"}
811

912

1013
[project.urls]
11-
Homepage = "https://github.com/neph1/finetrainers-ui"
14+
Repository = "https://github.com/neph1/finetrainers-ui"
15+
16+
[tool.setuptools]
17+
packages = ["tabs", "config"]

0 commit comments

Comments
 (0)