From e7dc575883af0b0a2ad6d7f3cd220611b94c7790 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sun, 23 Jul 2017 20:43:33 +0200 Subject: appveyor changes --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a6883cd..1d62689 100644 --- a/setup.py +++ b/setup.py @@ -712,8 +712,8 @@ class NameSpacePackager(object): return None if platform.python_implementation() == 'Jython': return None - # if sys.platform == "win32" and not self._pkg_data.get('win32bin'): - # return None + if sys.platform == "win32" and not self._pkg_data.get('win32bin'): + return None # if sys.platform == "win32": # if os.getenv("RUAMEL_FORCE_EXT_BUILD") is None: # return None -- cgit v1.2.1