in setup.py [0:0]
def read(*args): """Read complete file contents.""" return io.open(os.path.join(HERE, *args), encoding="utf-8").read()