Skip to content

Commit 36b8532

Browse files
committed
bad package name.
1 parent a23b83d commit 36b8532

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

suitesparse/graphblas/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from ._graphblas import ffi, lib

suitesparse/graphblas/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ffibuilder = FFI()
88

99
ffibuilder.set_source(
10-
"suitesparse.graphblas",
10+
"suitesparse.graphblas._graphblas",
1111
r"""#include "GraphBLAS.h" """,
1212
libraries=["graphblas"],
1313
include_dirs=[os.path.join(sys.prefix, "include")],

0 commit comments

Comments
 (0)