#!/usr/bin/python3
if __name__ == '__main__':
    import sys
    import Cython.Compiler.Main

    sys.exit(Cython.Compiler.Main.setuptools_main())
