Skip to content

Commit

Permalink
Update project description in pyproject.toml to reflect new functiona…
Browse files Browse the repository at this point in the history
…lity as a production-ready Text to Video API.
  • Loading branch information
VikramxD committed Jan 7, 2025
1 parent 20d2ae6 commit 130f00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HunyuanVideo
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "daifuku"
version = "0.1.0"
description = "Serving Genmo's Mochi Easily "
description = "Production ready Text to Video API's"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
Expand All @@ -26,7 +26,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["ltx", "scripts" , "configs" ,"api" ]
packages = ["ltx", "scripts",Hun, "configs" ,"api" ]



Expand Down

0 comments on commit 130f00c

Please sign in to comment.