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

sys.exit(main())
