Exemplo n.º 1
0
def bdist_egg():
    """create an egg distribution"""
    call_task("setuptools.command.bdist_egg")
Exemplo n.º 2
0
def develop():
    """Install all dependencies and develop install psid"""
    call_task("setuptools.command.develop")    
Exemplo n.º 3
0
def sdist():
    """create a source distribution"""
    call_task("setuptools.command.sdist")    
Exemplo n.º 4
0
def install():
    """install psid w/ all dependencies"""
    call_task("setuptools.command.install")