def readme(): import io with io.open('README.rst', "r", encoding="utf-8") as f: long_description = f.read() return long_description