From b4916f9dae8a2d1a103c97f0ca7e0e45ee9fc08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 17 Apr 2025 15:46:08 -0700 Subject: [PATCH] pyproject: fix license fields --- pyproject.toml | 4 ++-- src/pipecat/py.typed | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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