Preliminary AppVeyor support
This commit is contained in:
parent
dd0051e32e
commit
b76c50f9cc
@ -15,7 +15,10 @@ import sys, codecs
|
|||||||
# warnings.warn("You must build Syncplay with Python 2.7!")
|
# warnings.warn("You must build Syncplay with Python 2.7!")
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
try:
|
||||||
from py2exe.build_exe import py2exe
|
from py2exe.build_exe import py2exe
|
||||||
|
except ImportError:
|
||||||
|
from py2exe.distutils_build_exe import py2exe
|
||||||
from string import Template
|
from string import Template
|
||||||
|
|
||||||
import syncplay
|
import syncplay
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user