We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd8d0c commit 408cdcfCopy full SHA for 408cdcf
src/scikit_build_cli/__init__.py
@@ -6,4 +6,4 @@
6
# Load and expose the main CLI interface
7
from .main import skbuild
8
9
-__all__: list[str] = ["skbuild", "__version__"]
+__all__: list[str] = ["__version__", "skbuild"]
0 commit comments