We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04906e4 commit 32320adCopy full SHA for 32320ad
pkgs/sagemath-standard/pyproject.toml.m4
@@ -10,6 +10,7 @@ requires = [
10
setuptools \
11
wheel \
12
sage_setup \
13
+ sagemath_environment \
14
cypari \
15
cysignals \
16
cython \
pkgs/sagemath-standard/setup.py
@@ -28,9 +28,6 @@
28
### Set source directory
29
#########################################################
30
31
-# PEP 517 builds do not have . in sys.path
32
-sys.path.insert(0, os.path.dirname(__file__))
33
-
34
import sage.env
35
sage.env.SAGE_SRC = os.getcwd()
36
from sage.env import *
0 commit comments