We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2876fda commit 6eab308Copy full SHA for 6eab308
4 files changed
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+0.0.3
2
+-----
3
+
4
+* Fix: Use i2c_bus param for use with alternate buses/soft i2c
5
6
0.0.2
7
-----
8
dist.sh
@@ -1,6 +1,7 @@
#!/bin/bash
PYTHON_VERSIONS=(
+ "3.7"
"3.5"
"3.4"
"2.7"
install.sh
setup.py
@@ -28,6 +28,7 @@
28
maintainer_email='phil@pimoroni.com',
29
url='https://github.com/pimoroni/vl53l1x-python',
30
long_description=open('README.md').read() + "\n" + open('CHANGELOG.txt').read(),
31
+ long_description_content_type='text/markdown',
32
ext_modules=[extension],
33
package_dir={'': 'python'},
34
py_modules=['VL53L1X'],
0 commit comments