Skip to content

Commit 6eab308

Browse files
committed
Prep for 0.0.3, Py3.7 support
1 parent 2876fda commit 6eab308

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.3
2+
-----
3+
4+
* Fix: Use i2c_bus param for use with alternate buses/soft i2c
5+
16
0.0.2
27
-----
38

dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
PYTHON_VERSIONS=(
4+
"3.7"
45
"3.5"
56
"3.4"
67
"2.7"

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
PYTHON_VERSIONS=(
4+
"3.7"
45
"3.5"
56
"3.4"
67
"2.7"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
maintainer_email='phil@pimoroni.com',
2929
url='https://github.com/pimoroni/vl53l1x-python',
3030
long_description=open('README.md').read() + "\n" + open('CHANGELOG.txt').read(),
31+
long_description_content_type='text/markdown',
3132
ext_modules=[extension],
3233
package_dir={'': 'python'},
3334
py_modules=['VL53L1X'],

0 commit comments

Comments
 (0)