tlcconfig.version
¶
Module Contents¶
Functions¶
Function |
Description |
---|---|
Get version from pyproject.toml. |
|
Get the package version. |
|
Get the package name. |
|
Get the git revision if available. |
API¶
- tlcconfig.version.get_version_from_pyproject() str ¶
Get version from pyproject.toml.
This is used as a fallback when running in development or installing from source. During build, this file is overwritten by extract_pyproject_meta.py.