We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ad722 commit b505f9bCopy full SHA for b505f9b
bluetooth/version.py
@@ -1 +1 @@
1
-__version__ = "0.45"
+__version__ = "0.46"
setup.py
@@ -40,6 +40,7 @@ def finalize_options(self):
40
#extra_compile_args=['-O0'],
41
sources = ['bluetooth/linux/bluez/btmodule.c', 'bluetooth/linux/bluez/btsdp.c'])
42
ext_modules.append(mod1)
43
+ packages.append("bluetooth.linux")
44
45
elif sys.platform.startswith("darwin"):
46
packages.append("bluetooth.macos")
0 commit comments