summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-11-04 07:36:23 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-11-04 07:36:23 +0100
commit7959734c6302e9b63e3b91780130c896127eaebe (patch)
treef778573860c99b36521f7989c189bef7cdd178f1
parent85c66c66e6c8dfe9ba74b3bfa0012a550e8466ec (diff)
Revert "Fix #416 by adding full path to introduction.rst - maybe strange with conda or pip installation"
This reverts commit 2d4c69d698df7e40709ec0e38463b4cf30ee388d.
-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(