We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908889c commit 1214dbcCopy full SHA for 1214dbc
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