src_install() {
[[ -z ${ED} ]] && local ED=${D}
python setup.py install --root="${ED}" || die
python setup.py install --root="${D}" || die
}