Skip to content

Commit 592d5f3

Browse files
committed
fix poetry config
1 parent 89e8362 commit 592d5f3

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
@@ -1,7 +1,3 @@
1-
[project.urls]
2-
Homepage = "https://github.com/lemontree210/tinybear"
3-
Documentation = "https://lemontree210.github.io/tinybear/"
4-
51
[tool.black]
62
line-length = 99
73
target-version = ['py39']
@@ -47,6 +43,10 @@ pytest-cov = "^6.2.1"
4743
mkdocs = "^1.6.1"
4844
mkdocs-material = "^9.6.18"
4945

46+
[tool.poetry.urls]
47+
Homepage = "https://github.com/lemontree210/tinybear"
48+
Documentation = "https://lemontree210.github.io/tinybear/"
49+
5050
[tool.ruff]
5151
line-length = 99
5252
exclude = ["tests"]

0 commit comments

Comments
 (0)