-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (33 loc) · 1.24 KB
/
pyproject.toml
File metadata and controls
42 lines (33 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is automatically generated. Do not edit manually.
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "livekit-plugins-ai-coustics"
version = "0.2.10"
description = "LiveKit AI Coustics noise filtering plugin"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["livekit>=1.0.25", "livekit-agents>=1.4.2"]
keywords = ["webrtc", "realtime", "audio", "livekit", "ai-coustics"]
license = { text = "SEE LICENSE IN https://livekit.io/legal/terms-of-service" }
[tool.setuptools]
package-dir = { "" = "src" }
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
"livekit.plugins.ai_coustics" = ["py.typed", "*.so", "*.dylib", "*.dll"]
[tool.cibuildwheel]
build = "cp310-*"
skip = "*-musllinux_*"
# Image selection
manylinux-x86_64-image = "manylinux_2_28"
manylinux-i686-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"
manylinux-ppc64le-image = "manylinux_2_28"
manylinux-s390x-image = "manylinux_2_28"
[tool.cibuildwheel.macos]
repair-wheel-command = ""
[tool.cibuildwheel.linux]
# Attempt to repair, otherwise copy
repair-wheel-command = "auditwheel repair --allow-pure-python-wheel --exclude libaudiofilter* -w {dest_dir} {wheel}"