We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced1978 commit 21c1c6cCopy full SHA for 21c1c6c
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