Files
leaudio/pyproject.toml
2025-01-08 22:03:46 +01:00

26 lines
752 B
TOML

[project]
name = "leaudio"
version = "0.1.0"
description = "A LE Audio package"
authors = [{name="Markus Jellitsch"}]
requires-python = ">=3.8"
dependencies = ["bumble @ git+https://github.com/markusjellitsch/bumble.git@iso-packet-sent-evt","scipy","wasmtime","pyserial-asyncio @ git+https://github.com/hugh-manning/pyserial-asyncio.git@windows-proactor"]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["leaudio" , "apps", "utils*"]
namespaces = true
[tool.setuptools.package-dir]
"leaudio" = "."
"leaudio.apps" = "apps"
[project.scripts]
unicast_client = "leaudio.apps.bap_unicast_client:main"
broadcast_source = "leaudio.apps.bap_broadcast_source:main"