We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c47b4 commit 39d2d75Copy full SHA for 39d2d75
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "mdlint-obsidian"
7
-version = "0.2.4"
+version = "0.2.5"
8
description = "A linter for Obsidian Flavored Markdown files"
9
readme = "README.md"
10
license = "MIT"
@@ -24,6 +24,11 @@ dependencies = [
24
"PyYAML>=6.0",
25
]
26
27
+[project.urls]
28
+Homepage = "https://github.com/codeafix/mdlint-obsidian"
29
+Repository = "https://github.com/codeafix/mdlint-obsidian"
30
+Issues = "https://github.com/codeafix/mdlint-obsidian/issues"
31
+
32
[project.optional-dependencies]
33
dev = [
34
"pytest>=7.4",
0 commit comments