pyproject: add py.typed (PEP 561)

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-17 17:29:04 -07:00
parent b4916f9dae
commit d77c37ff14

View File

@@ -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"]