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:
Roberts Slisans 2025-08-26 08:00:39 +03:00 committed by GitHub
parent 7260e29d5e
commit 5cac0e361c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -38,5 +38,5 @@ dependencies = [
"Homepage" = "https://github.com/microsoft/VibeVoice" "Homepage" = "https://github.com/microsoft/VibeVoice"
"Bug Tracker" = "https://github.com/microsoft/VibeVoice/issues" "Bug Tracker" = "https://github.com/microsoft/VibeVoice/issues"
[tool.setuptools] [tool.setuptools.packages.find]
packages = ["vibevoice",] where = ["."]

0
vibevoice/__init__.py Normal file
View file

View file