Skip to content

Commit

Permalink
python: point to the new README.md
Browse files Browse the repository at this point in the history
This should fix #497 by setting up the python specific README.md

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz committed Jun 1, 2020
1 parent 232cedd commit c04042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else:
description = "Library for interfacing with Linux IIO devices"

try:
with open("${CMAKE_SOURCE_DIR}/README.md", "r") as fh:
with open("${CMAKE_CURRENT_SOURCE_DIR}/README.md", "r") as fh:
long_description = fh.read()
except:
long_description = description
Expand Down

0 comments on commit c04042d

Please sign in to comment.