Solver: Fix install dir path.

setup.py
Pierre-Antoine Rouby 2023-12-19 08:52:24 +01:00
parent ad1c5c487e
commit 45f020edaa
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class CommandLineSolver(AbstractSolver):
return os.path.abspath(
os.path.join(
os.path.dirname(__file__),
"..", ".."
"..", "..", ".."
)
)