Skip to content

Commit 07f2a49

Browse files
committed
refactor(template): update top-level metadata exports
Standardize the package's public interface by exporting `__commit_id__` and removing non-dunder version attributes. This ensures consistent use of metadata conventions and provides better visibility into the build's source state.
1 parent a80c8e6 commit 07f2a49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from ._version import __version__, __version_tuple__, version, version_tuple
1+
from ._version import __commit_id__, __version__, __version_tuple__
22

3-
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
3+
__all__ = ["__commit_id__", "__version__", "__version_tuple__"]

0 commit comments

Comments
 (0)