Skip to content

Commit

Permalink
XX
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
  • Loading branch information
mballance committed Mar 20, 2024
1 parent 1c16710 commit b6d4886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

try:
import sys
sys.path.insert(0, os.path.join(proj_dir, "python"))
from vsc_solvers.__build_num__ import BUILD_NUM
sys.path.insert(0, os.path.join(proj_dir, "python/vsc_solvers"))
from __build_num__ import BUILD_NUM
version += ".%s" % str(BUILD_NUM)
except ImportError:
pass
Expand Down

0 comments on commit b6d4886

Please sign in to comment.