Frozing py to exe is now more intuitive

This commit is contained in:
Uriziel 2012-12-24 15:07:03 +01:00
parent ff2bd8acc9
commit 71ab3b386f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import py2exe #@UnusedImport
from setuptools import find_packages
import syncplay
sys.argv.extend(['py2exe', '-p win32com ', '-i twisted.web.resource'])
common_info = dict(
name='Syncplay',
version=syncplay.version,