fix package for pip install (#10)
* add __init__.py * Initial plan * Fix pyproject.toml package discovery to include all subpackages Co-authored-by: rsxdalv <6757283+rsxdalv@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rsxdalv <6757283+rsxdalv@users.noreply.github.com> Co-authored-by: YaoyaoChang <cyy574006791@qq.com>
This commit is contained in:
parent
7260e29d5e
commit
5cac0e361c
3 changed files with 2 additions and 2 deletions
|
@ -38,5 +38,5 @@ dependencies = [
|
|||
"Homepage" = "https://github.com/microsoft/VibeVoice"
|
||||
"Bug Tracker" = "https://github.com/microsoft/VibeVoice/issues"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["vibevoice",]
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
|
|
0
vibevoice/__init__.py
Normal file
0
vibevoice/__init__.py
Normal file
0
vibevoice/scripts/__init__.py
Normal file
0
vibevoice/scripts/__init__.py
Normal file
Loading…
Reference in a new issue