ioThinx Programming Guide
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=
'2.0.0'
,
6
packages=[
'ioThinx_4530'
],
7
install_requires=[
8
]
9
)
setup
Definition:
setup.py:1
ioThinx Programming Guide V2.0.0