diff --git a/pyproject.toml b/pyproject.toml index e9d5455..af51a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = ["."] diff --git a/vibevoice/__init__.py b/vibevoice/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/vibevoice/scripts/__init__.py b/vibevoice/scripts/__init__.py new file mode 100644 index 0000000..e69de29