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