tlcconfig.version¶
Module Contents¶
Functions¶
Function |
Description |
|---|---|
Get the git revision if available. |
|
Get the package name. |
|
Get the package version. |
|
Get version from pyproject.toml. |
API¶
- get_git_revision() str¶
Get the git revision if available.
During build, this file is overwritten by extract_pyproject_meta.py. For development, tries to get the git revision directly.