This commit is contained in:
mailchuck 2015-12-23 00:39:58 +01:00 committed by Peter Surda
parent e5675987a7
commit 3f2108b36f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ setup(
name = name,
version = version,
app = mainscript,
data_files=DATA_FILES
data_files = DATA_FILES,
setup_requires = ["py2app"],
options = dict(
py2app = dict(