summaryrefslogtreecommitdiff
path: root/src/python/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/setup.py.in')
-rw-r--r--src/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py.in b/src/python/setup.py.in
index ff000a2c..4725bb44 100644
--- a/src/python/setup.py.in
+++ b/src/python/setup.py.in
@@ -65,7 +65,7 @@ for module in pybind11_modules:
# read the contents of introduction.md
this_directory = path.abspath(path.dirname(__file__))
-with open(path.join(this_directory, 'introduction.md'), encoding='utf-8') as f:
+with open(path.join(this_directory, 'introduction.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(