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 1d6745fd..98d058fc 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.rst
-with open("@CMAKE_CURRENT_BINARY_DIR@/introduction.rst", "r") as fh:
+with open("introduction.rst", "r") as fh:
long_description = fh.read()
setup(