1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Try to fix setup.py w py2exe.

This commit is contained in:
Shlomi Fish 2017-12-29 16:00:33 +02:00
parent e9ba131086
commit e859a2a4ae
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,6 @@
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
# Thanks!
install:
- choco install ag
- choco install strawberryperl
- copy c:\Python35-x64\python.exe c:\Python35-x64\python3.exe
- SET PATH=C:\Python35-x64;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%

View file

@ -6,7 +6,7 @@ from distutils.core import setup
from pysollib.settings import VERSION
from pysollib.settings import PACKAGE_URL
if os.name == 'nt':
eval('import py2exe')
import py2exe
if os.name == 'posix':
data_dir = 'share/PySolFC'

View file

@ -26,6 +26,7 @@ my %skip = (
pysollib/tile/ttk.py
pysollib/ui/tktile/Canvas2.py
scripts/all_games.py
./setup.py
)
);