Skip to content

Commit c04042d

Browse files
committed
python: point to the new README.md
This should fix #497 by setting up the python specific README.md Signed-off-by: Robin Getz <[email protected]>
1 parent 232cedd commit c04042d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py.cmakein

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else:
2929
description = "Library for interfacing with Linux IIO devices"
3030

3131
try:
32-
with open("${CMAKE_SOURCE_DIR}/README.md", "r") as fh:
32+
with open("${CMAKE_CURRENT_SOURCE_DIR}/README.md", "r") as fh:
3333
long_description = fh.read()
3434
except:
3535
long_description = description

0 commit comments

Comments
 (0)