This commit is contained in:
Tyrel Souza 2015-07-17 10:34:01 -04:00
parent 8f3e7024a0
commit d7017718df
3 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ setup(
"dll_excludes": ["MSVCP90.dll", ]
}
},
console=["main.py"]
console=["attribution.py"]
)