10 lines
250 B
TOML
10 lines
250 B
TOML
[project]
|
|
name = "pandoc-thesis-env"
|
|
version = "0.1.0"
|
|
description = "The environment used for converting LaTeX thesis into DOCX format in Pandoc."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"pandoc-tex-numbering>=1.3.3",
|
|
]
|