Skip to content

Commit ae9012d

Browse files
committed
typo
1 parent 9e0dd5e commit ae9012d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "scipy-openblas64"
1111
# v0.3.30-359-g29fab2b9
12-
version = "0.3.30.359.1"
12+
version = "0.3.30.359.2"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"
@@ -59,4 +59,4 @@ environment-pass = [
5959
environment = { CC = "/opt/clang/bin/clang", CXX = "/opt/clang/bin/clang++", LDFLAGS = "-fuse-ld=lld" }
6060

6161
[tool.entry-points.pkg_config]
62-
scipy-openblas = scipy_openblas64/lib/pkgconfig
62+
scipy-openblas = 'scipy_openblas64.lib.pkgconfig'

0 commit comments

Comments
 (0)