blob: 96fc1fb3be87f1d588fddc7c58e739568a865a64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- setup.py 2019-03-10 06:22:01.000000000 -0400
+++ setup.py 2020-04-05 12:09:51.478233000 -0400
@@ -343,5 +343,4 @@
scripts=['pychess'],
options={"build_exe": build_exe_options,
- "bdist_msi": bdist_msi_options},
- executables=executables
+ "bdist_msi": bdist_msi_options}
)
|