build:
	python setup.py sdist

upload:
	twine upload -r ya 'dist/`ls -t dist/ | head -n 1`'

install:
	pip install .

uninstall:
	yes | pip uninstall weekly-pack
