#!/usr/bin/env python
import sys
from conda_build.main_pipbuild import main

sys.exit(main())
