first commit
This commit is contained in:
commit
a5a0434432
1126 changed files with 439481 additions and 0 deletions
14
Script/multi_grovepi_installer/setup3.py
Normal file
14
Script/multi_grovepi_installer/setup3.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
# These files have been made available online through a Creative Commons Attribution-ShareAlike 3.0 license.
|
||||
# (http://creativecommons.org/licenses/by-sa/3.0/)
|
||||
|
||||
import setuptools
|
||||
setuptools.setup(
|
||||
name="grovepi3",
|
||||
description="Drivers and examples for using the GrovePi in Python",
|
||||
author="Dexter Industries",
|
||||
url="http://www.dexterindustries.com/GrovePi/",
|
||||
py_modules=['grovepi3'],
|
||||
#install_requires=open('requirements.txt').readlines(),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue