]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - procsdk_audio_x_xx_xx_xx/tools/pyalpha/setup.py
Add pyalpha tool, (legacy) bin files, and updates make_sw for alpha header file packa...
[processor-sdk/performance-audio-sr.git] / procsdk_audio_x_xx_xx_xx / tools / pyalpha / setup.py
1 from setuptools import setup
3 setup(name='pyalpha',
4       version='0.1',
5       description='Python Alpha Command Tool',
6       packages=[
7           '',
8       ],
9       install_requires=[
10           'pyserial'
11       ],
12       scripts=[
13           'scripts/pyalpha'
14       ]
15 )