def build(): """build package""" run("python setup.py build") run("python setup.py sdist") run("python setup.py bdist_wheel")