예제 #1
0
def sdist():
    """create the sdist"""
    fabric.state.output.stdout = True
    clean.all()
    local("python setup.py sdist --format=bztar,zip")
    cursor_on()
예제 #2
0
파일: build.py 프로젝트: zaber-paul/base
def sdist():
    """create the sdist"""
    fabric.state.output.stdout = True
    clean.all()
    local("python shell_plugins.py.in sdist --format=bztar,zip")