[project] name = "transit" version = "0.1.0" description = "毕业论文 Markdown → Word 格式转换工具" readme = "README.md" requires-python = ">=3.14" dependencies = [ "docxtpl>=0.20.2", "mistune>=3.2.1", "python-docx>=1.2.0", "pyyaml>=6.0.3", ] [project.scripts] thesis = "transit.__main__:main" [dependency-groups] dev = [ "black>=26.3.1", "mypy>=2.0.0", "olefile>=0.47", "pywin32>=311", "ruff>=0.15.12", ]