예제 #1
0
파일: pypi.py 프로젝트: rajpushkar83/base
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python shell_plugins.py.in sdist upload")
예제 #2
0
파일: pypi.py 프로젝트: zaber-paul/base
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python shell_plugins.py.in sdist upload")
예제 #3
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python setup.py sdist upload")
예제 #4
0
def upload():
    """upload the dist to pypi"""
    build.sdist()
    local("python setup.py sdist upload")