Merge branch 'python'
[swc-setup-windows-installer.git] / setup.py
1 from setuptools import setup
2 import py2exe
3
4 setup(name='swc-windows-installer',
5       console=['swc-windows-installer.py']
6           )