summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1aa31687..573fb595 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ def _gen_console_scripts():
console_scripts = list(_gen_console_scripts())
-readme_file = io.open('README.txt', encoding='utf-8')
+readme_file = io.open('README.rst', encoding='utf-8')
with readme_file:
long_description = readme_file.read()