feat: add legacy stuff
This commit is contained in:
9
pandoc/pyproject.toml
Normal file
9
pandoc/pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user