Merge pull request #1609 from pipecat-ai/aleix/pyproject-py-typed
pyproject: fix license fields
This commit is contained in:
@@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "pipecat-ai"
|
name = "pipecat-ai"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "An open source framework for voice (and multimodal) assistants"
|
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"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
keywords = ["webrtc", "audio", "video", "ai"]
|
keywords = ["webrtc", "audio", "video", "ai"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: BSD License",
|
|
||||||
"Topic :: Communications :: Conferencing",
|
"Topic :: Communications :: Conferencing",
|
||||||
"Topic :: Multimedia :: Sound/Audio",
|
"Topic :: Multimedia :: Sound/Audio",
|
||||||
"Topic :: Multimedia :: Video",
|
"Topic :: Multimedia :: Video",
|
||||||
@@ -92,9 +92,11 @@ websocket = [ "websockets~=13.1", "fastapi~=0.115.6" ]
|
|||||||
whisper = [ "faster-whisper~=1.1.1" ]
|
whisper = [ "faster-whisper~=1.1.1" ]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
# All the following settings are optional:
|
|
||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
"pipecat" = ["py.typed"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "--verbose"
|
addopts = "--verbose"
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user