We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39532e9 + adc1c21 commit 4f0d07eCopy full SHA for 4f0d07e
1 file changed
setup.py
@@ -43,12 +43,12 @@ class CTypesExtension(Extension):
43
44
setup(name='VL53L0X_rasp_python',
45
version='1.0.2',
46
- description='VL53L0X sensor for raspberry PI',
+ description='VL53L0X sensor for raspberry PI/JetsonTX2',
47
# author='?',
48
# author_email='?',
49
- url='https://github.com/johnbryanmoore/VL53L0X_rasp_python',
+ url='https://github.com/naisy/VL53L0X_rasp_python',
50
long_description='''
51
-VL53L0X sensor for raspberry PI.
+VL53L0X sensor for raspberry PI/JetsonTX2.
52
''',
53
ext_modules=[extension],
54
package_dir={'': 'python'},
0 commit comments