Skip to content

Commit 8735e63

Browse files
committed
update pyproject.toml
1 parent 31fa03c commit 8735e63

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[project]
22
name = "finetrainers-ui"
3-
version = "0.9.1"
3+
version = "0.9.3"
44
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)