mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-01-11 15:38:11 -05:00
Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(name='arduino-python',
|
||||
version='0.2',
|
||||
install_requires=['pyserial >= 2.6'],
|
||||
install_requires=['pyserial'],
|
||||
description="A light-weight Python library that provides a serial \
|
||||
bridge for communicating with Arduino microcontroller boards.",
|
||||
author='Tristan Hearn',
|
||||
|
||||
Reference in New Issue
Block a user