with codecs.open(os.path.join(here, "README.rst"), encoding="utf-8") as f:
    long_description = f.read()