#!/Users/m/miniconda2/envs/cc3d_2017/bin/python
if __name__ == '__main__':
    import sys
    import wheel.tool

    sys.exit(wheel.tool.main())
