aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 42051943..100bc022 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ if version.endswith(('a', 'b', 'rc')):
pass
readme = ''
-with open('README.md') as f:
+with open('README.rst') as f:
readme = f.read()
extras_require = {