Skip to content

Commit b505f9b

Browse files
committed
add missing package in linux
1 parent a6ad722 commit b505f9b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bluetooth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.45"
1+
__version__ = "0.46"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def finalize_options(self):
4040
#extra_compile_args=['-O0'],
4141
sources = ['bluetooth/linux/bluez/btmodule.c', 'bluetooth/linux/bluez/btsdp.c'])
4242
ext_modules.append(mod1)
43+
packages.append("bluetooth.linux")
4344

4445
elif sys.platform.startswith("darwin"):
4546
packages.append("bluetooth.macos")

0 commit comments

Comments
 (0)