Tried to fix borked permissions
[progcomp2013.git] / qchess / build.py
1 import sys
2 from cx_Freeze import setup, Executable
3
4 setup(name="qchess", executables=[Executable("qchess.py")])

UCC git Repository :: git.ucc.asn.au