def bdist_egg(): """create an egg distribution""" call_task("setuptools.command.bdist_egg")
def develop(): """Install all dependencies and develop install psid""" call_task("setuptools.command.develop")
def sdist(): """create a source distribution""" call_task("setuptools.command.sdist")
def install(): """install psid w/ all dependencies""" call_task("setuptools.command.install")