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

sys.exit(main())
