init
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "transit"
|
||||
version = "0.1.0"
|
||||
description = "毕业论文 Markdown → Word 格式转换工具"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"mistune>=3.2.1",
|
||||
"python-docx>=1.2.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
thesis = "docx_thesis.cli:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=2.0.0",
|
||||
"ruff>=0.15.12",
|
||||
]
|
||||
Reference in New Issue
Block a user