Skip to content

Commit 024ac32

Browse files
authored
fix: docs build (#471)
pypa/setuptools#4023 Fixes the issue Signed-off-by: Cristian Le <[email protected]>
1 parent 938271f commit 024ac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from scikit_build_core import __version__ as version
3333
except ModuleNotFoundError:
3434
try:
35-
version = importlib_metadata.version("scikit-build-core")
35+
version = importlib_metadata.version("scikit_build_core")
3636
except ModuleNotFoundError:
3737
msg = (
3838
"Package should be installed to produce documentation! "

0 commit comments

Comments
 (0)