step 7: harden docs and prepare beta

This commit is contained in:
2026-07-02 15:27:55 +02:00
parent f4716e0d19
commit ee5b60e620
13 changed files with 306 additions and 13 deletions

View File

@@ -35,6 +35,8 @@ from .types import (
ThresholdBand,
)
__version__ = "0.1.0b1"
__all__ = [
"configure",
"GaugeTheme",
@@ -67,8 +69,10 @@ __all__ = [
"set_show",
"delete_gauge",
"get_gauge_debug_state",
"__version__",
]
def main() -> None:
"""Print a short message for the package console script."""
print("dpg-gauges is a library package; import dpg_gauges to use it.")