diff --git a/pyproject.toml b/pyproject.toml index e10e6daf9..01213b5c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta" name = "pipecat-ai" dynamic = ["version"] description = "An open source framework for voice (and multimodal) assistants" -license = { text = "BSD 2-Clause License" } +license = "BSD-2-Clause" +license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.10" keywords = ["webrtc", "audio", "video", "ai"] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Topic :: Communications :: Conferencing", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Video", diff --git a/src/pipecat/py.typed b/src/pipecat/py.typed index 0519ecba6..e69de29bb 100644 --- a/src/pipecat/py.typed +++ b/src/pipecat/py.typed @@ -1 +0,0 @@ - \ No newline at end of file