We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232cedd commit c04042dCopy full SHA for c04042d
bindings/python/setup.py.cmakein
@@ -29,7 +29,7 @@ else:
29
description = "Library for interfacing with Linux IIO devices"
30
31
try:
32
- with open("${CMAKE_SOURCE_DIR}/README.md", "r") as fh:
+ with open("${CMAKE_CURRENT_SOURCE_DIR}/README.md", "r") as fh:
33
long_description = fh.read()
34
except:
35
long_description = description
0 commit comments