Implementing for ptsl in progress

This commit is contained in:
2025-11-06 16:09:03 -08:00
parent 3cb9220ebd
commit b506fd83de
5 changed files with 69 additions and 117 deletions

View File

@@ -14,10 +14,23 @@ license = [
]
website = "https://git.squad51.us/jamie/soundobjects_blender_addon"
platforms = ["macos-arm64", "windows-x64"]
wheels = [
'./wheels/grpcio-1.74.0-cp311-cp311-macosx_11_0_universal2.whl',
'./wheels/grpcio-1.74.0-cp311-cp311-win_amd64.whl',
'./wheels/iniconfig-2.3.0-py3-none-any.whl',
'./wheels/packaging-25.0-py3-none-any.whl',
'./wheels/pluggy-1.6.0-py3-none-any.whl',
'./wheels/protobuf-6.31.1-cp39-abi3-macosx_10_9_universal2.whl',
'./wheels/protobuf-6.31.1-cp310-abi3-win_amd64.whl',
'./wheels/py_ptsl-600.1.0-py3-none-any.whl',
'./wheels/pygments-2.19.2-py3-none-any.whl',
'./wheels/pytest-8.4.2-py3-none-any.whl'
]
[permissions]
network = "Communicates with Pro Tools via RPC, only localhost"
[build]
paths_exclude_pattern = [
"__pycache__/",