ioThinx Programming Guide
Main
Tutorials
Library
Samples
File List
Globals
library
iothinx
python
setup.py
Go to the documentation of this file.
1
from
setuptools
import
setup
2
3
setup
(
4
name=
'ioThinx_4530'
,
5
version=
'1.0.0'
,
6
packages=[
'ioThinx_4530'
],
7
install_requires=[
8
'pyserial==3.4'
,
9
]
10
)
setup
Definition:
setup.py:1
ioThinx Programming Guide V1.3.0