Skip to content

Commit

Permalink
pkgs/sagemath-brial/setup.py: Set up sys.path for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 7, 2024
1 parent f112912 commit a6807dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/sagemath-brial/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python

# PEP 517 builds do not have . in sys.path
import sys
sys.path.insert(0, os.path.dirname(__file__))

from sage_setup import sage_setup

sage_setup(['sagemath-brial'],
Expand Down

0 comments on commit a6807dc

Please sign in to comment.