Skip to content

Commit 9bf1ce2

Browse files
committed
fix: fix upper letter for poetry urls
1 parent 37af4f1 commit 9bf1ce2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license = "MIT"
77
readme = "README.md"
88

99
[tool.poetry.urls]
10-
homepage = "https://github.com/ghost-in-moss/GhostOS"
11-
repository = "https://github.com/ghost-in-moss/GhostOS"
12-
documentation = "https://ghost-in-moss.github.io/GhostOS/#/en/"
13-
issues = "https://github.com/ghost-in-moss/GhostOS/issues"
10+
Homepage = "https://github.com/ghost-in-moss/GhostOS"
11+
Repository = "https://github.com/ghost-in-moss/GhostOS"
12+
Documentation = "https://ghost-in-moss.github.io/GhostOS/#/en/"
13+
Issues = "https://github.com/ghost-in-moss/GhostOS/issues"
1414

1515
[tool.poetry.dependencies]
1616
python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)