this does not work on fish (https://fishshell.com):
$ FLASK_APP=hello.py flask run
while this works (hopefully) on any shell:
$ env FLASK_APP=hello.py flask run
new readme
readme as setup.py long_description
links in changes
git in authors
add travis osx env
break out docs build in travis
remove python_requires for now