Skip to content

Commit 4f0d07e

Browse files
authored
Merge pull request johnbryanmoore#5 from naisy/naisy
update for pip
2 parents 39532e9 + adc1c21 commit 4f0d07e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ class CTypesExtension(Extension):
4343

4444
setup(name='VL53L0X_rasp_python',
4545
version='1.0.2',
46-
description='VL53L0X sensor for raspberry PI',
46+
description='VL53L0X sensor for raspberry PI/JetsonTX2',
4747
# author='?',
4848
# author_email='?',
49-
url='https://github.com/johnbryanmoore/VL53L0X_rasp_python',
49+
url='https://github.com/naisy/VL53L0X_rasp_python',
5050
long_description='''
51-
VL53L0X sensor for raspberry PI.
51+
VL53L0X sensor for raspberry PI/JetsonTX2.
5252
''',
5353
ext_modules=[extension],
5454
package_dir={'': 'python'},

0 commit comments

Comments
 (0)