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 )
Definition: setup.py:1