Skip to content

Commit f162a36

Browse files
author
Ram Rachum
committed
-
1 parent 8fe8955 commit f162a36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

garlicsim_wx/py2exe_cruft/setup_extension.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,12 @@ def get_all_submodules(package_name):
308308
# ignored.
309309

310310
'options': {
311+
311312
'py2exe': {
312-
'dist_dir': 'py2exe_dist',
313+
314+
# Putting distribution files in `py2exe_dist` at the root of the\
315+
# repo:
316+
'dist_dir': '../py2exe_dist',
313317

314318
# We prefer to have all the files in a folder instead of a zip
315319
# file.

0 commit comments

Comments
 (0)