6 lines
227 B
Python
6 lines
227 B
Python
BUILD_DETAILS = [
|
|
"Build details:",
|
|
" Build time: {build_time}",
|
|
" PyTeX version: {pytex_version} (commit {pytex_commit_hash})",
|
|
" LatexPackages version: {packages_version} (commit {packages_commit_hash})"
|
|
]
|