Skip to content

Commit

Permalink
feat: auto build the cythonized manager (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 6, 2023
1 parent 266a602 commit c3441e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def build(setup_kwargs: Any) -> None:
[
"src/habluetooth/advertisement_tracker.py",
"src/habluetooth/base_scanner.py",
"src/habluetooth/manager.py",
"src/habluetooth/scanner.py",
],
compiler_directives={"language_level": "3"}, # Python 3
Expand Down

0 comments on commit c3441e5

Please sign in to comment.