feat: 增加项目无关的本地清洗评审器
This commit is contained in:
+4
-1
@@ -4,11 +4,14 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "mdpolish"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
description = "Deterministic functional core for composing exact Markdown modifiers"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[project.scripts]
|
||||
mdpolish-reviewer = "mdpolish.reviewer:main"
|
||||
|
||||
[project.optional-dependencies]
|
||||
frequency = [
|
||||
"wordfreq>=3.1.1,<4",
|
||||
|
||||
Reference in New Issue
Block a user