Commit a7585a1
authored
Fix function to get if pyperformance is installed in editable mode (#369)
This is used in compile.py: compile_all installs pyperformance for
every version it compiles. If the main pyperformance is installed
in editable mode, this should be propagated down.
The mechamism to do that was broken because was checking the
presence of setup.py, now long gone.1 parent 9164273 commit a7585a1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments