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