1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Tweaked setup.py

This commit is contained in:
Paweł Jastrzębski
2015-08-09 10:08:24 +02:00
parent 8e5704683c
commit 370c9d4df7

View File

@@ -95,7 +95,7 @@ elif platform == 'win32':
zipfile=None,
data_files=additional_files)
else:
if argv[1] == 'make_pyz':
if len(argv) > 1 and argv[1] == 'make_pyz':
from os import system
script = '''
cp kcc.py __main__.py