first commit

This commit is contained in:
pandacraft 2025-03-21 16:04:17 +01:00
commit a5a0434432
1126 changed files with 439481 additions and 0 deletions

View 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="grovepi7",
description="Drivers and examples for using the GrovePi in Python",
author="Dexter Industries",
url="http://www.dexterindustries.com/GrovePi/",
py_modules=['grovepi7'],
#install_requires=open('requirements.txt').readlines(),
)