Update README name

This commit is contained in:
Eric Torres 2019-04-10 19:25:09 -07:00
parent f98e3397ce
commit fe46ed9612

View File

@ -5,7 +5,7 @@ PACKAGES = ["rbackup"]
SCRIPTS = ["bin/backup"]
# ========== Functions ==========
with open("README.rst", "r") as fh:
with open("README", "r") as fh:
long_description = fh.read()
# ========== Package Setup ==========