Skip to content

Commit

Permalink
Include macos-arm64 artifacts into the python package
Browse files Browse the repository at this point in the history
  • Loading branch information
hchataing committed Feb 10, 2025
1 parent dba0cff commit 095db64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ of Bluetooth applications directly in Python.
## Supported platforms

- `linux-x86_64`
- `macos-x86_64`
- `macos-arm64`

## Usage

Expand Down
4 changes: 2 additions & 2 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ include = [
"src/rootcanal/packets/llcp.py",
"src/rootcanal/bin/linux-x86_64/rootcanal",
"src/rootcanal/bin/linux-x86_64/librootcanal_ffi.so",
"src/rootcanal/bin/macos-x86_64/rootcanal",
"src/rootcanal/bin/macos-x86_64/librootcanal_ffi.so",
"src/rootcanal/bin/macos-arm64/rootcanal",
"src/rootcanal/bin/macos-arm64/librootcanal_ffi.so",
]

0 comments on commit 095db64

Please sign in to comment.