Skip to content

Commit 685e51f

Browse files
committed
fix python module name and description
1 parent 976ca42 commit 685e51f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
'''
2424
import setuptools
2525
setuptools.setup(
26-
name="Dexter AutoDetection",
27-
description="Dexter Industries Robot Autodetection",
26+
name="Dexter AutoDetection and I2C Mutex",
27+
description="Dexter Industries Robot Autodetection and I2C Mutex Security",
2828
author="Dexter Industries",
2929
url="http://www.dexterindustries.com/GoPiGo/",
3030
py_modules=['auto_detect_robot', 'auto_detect_rpi', 'i2c_mutex'],

0 commit comments

Comments
 (0)