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

sys.exit(main())
