Skip to content

Commit

Permalink
Install Mutex on Install
Browse files Browse the repository at this point in the history
Mutex didn't install.
Now it should.  Thus rendering easygopigo usable.  :-)
  • Loading branch information
Dexter Industries committed May 18, 2017
1 parent d464b48 commit e5e5047
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Software/Python/setup.py
Expand Up @@ -21,10 +21,10 @@

import setuptools
setuptools.setup(
name="GoPiGo",
description="Drivers and examples for using the GoPiGo in Python",
author="Dexter Industries",
url="http://www.dexterindustries.com/GoPiGo/",
py_modules=['gopigo','easygopigo','line_follower.line_sensor'],
install_requires=open('requirements.txt').readlines(),
name="GoPiGo",
description="Drivers and examples for using the GoPiGo in Python",
author="Dexter Industries",
url="http://www.dexterindustries.com/GoPiGo/",
py_modules=['I2C_mutex','gopigo','easygopigo','line_follower.line_sensor'],
install_requires=open('requirements.txt').readlines(),
)

0 comments on commit e5e5047

Please sign in to comment.