From fe46ed9612f767324e98dad4dc9a3adc106787ae Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 10 Apr 2019 19:25:09 -0700 Subject: [PATCH] Update README name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e38434..24bc27a 100644 --- a/setup.py +++ b/setup.py @@ -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 ==========