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