qt_designer: qt_designer.ui
	pyuic4 qt_designer.ui > obspyck/qt_designer.py

# making a source distribution release (commented out because the git clean
# removes all local changes and untracked files)
#
# sdist:
# 	git checkout <tag-name>
# 	git clean -fdx
# 	umask 0022 && chmod -R a+rX . && python setup.py sdist --format=zip
# 	openssl sha256 dist/*
# 	twine upload dist/*
