diff --git a/pyproject.toml b/pyproject.toml index 01213b5c1..e57a2c5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,9 +92,11 @@ websocket = [ "websockets~=13.1", "fastapi~=0.115.6" ] whisper = [ "faster-whisper~=1.1.1" ] [tool.setuptools.packages.find] -# All the following settings are optional: where = ["src"] +[tool.setuptools.package-data] +"pipecat" = ["py.typed"] + [tool.pytest.ini_options] addopts = "--verbose" testpaths = ["tests"]