Commit 7415074
committed
Correctly set working directory in setup.py
The setup.py script assumes that it is being run from the top-level
project directory with all filenames being relative to that location.
This may not always be the case, so we need to ensure that the working
directory is correctly set no matter where the script is invoked from.1 parent f2c885e commit 7415074
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
0 commit comments