1 """For use on Windows. Run with:
2 python.exe setup.py py2exe
4 from __future__
import absolute_import
, division
, print_function
5 from distutils
.core
import setup
13 if platform
.system() == "Windows":
14 print("Could not find py2exe. Please install then run setup.py py2exe.")
17 print("setup.py only required on Windows.")
21 console
=["check_cfc.py"],
23 description
="Check Compile Flow Consistency",