Skip to content

Commit

Permalink
Merge pull request #16 from neph1/update-v0.9.3
Browse files Browse the repository at this point in the history
update pyproject.toml
  • Loading branch information
neph1 authored Jan 9, 2025
2 parents d8e9411 + 8735e63 commit d065821
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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"
Repository = "https://github.com/neph1/finetrainers-ui"

[tool.setuptools]
packages = ["tabs", "config"]

0 comments on commit d065821

Please sign in to comment.