Avatar-Speech / pyproject.toml
agkavin
Initial commit: speech_to_video project with models via LFS
249e06d
[build-system]
requires = ["setuptools>=60.0"]
build-backend = "setuptools.build_meta"
[project]
name = "speech-to-video"
version = "0.1.0"
description = "Speech to Video pipeline with Kokoro TTS and MuseTalk"
requires-python = ">=3.10"
[tool.setuptools.packages.find]
where = ["."]
include = ["speech_to_video*"]