upload:
	python setup.py sdist --formats=gztar register upload
test:
	python setup.py sdist --formats=gztar register -r pypitest upload -r pypitest
