Self inflicted wounds using cx_freeze
[progcomp2013.git] / qchess / build.py
diff --git a/qchess/build.py b/qchess/build.py
new file mode 100644 (file)
index 0000000..9d854dd
--- /dev/null
@@ -0,0 +1,4 @@
+import sys
+from cx_Freeze import setup, Executable
+
+setup(name="qchess", executables=[Executable("qchess.py")])

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