We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e8362 commit 592d5f3Copy full SHA for 592d5f3
pyproject.toml
@@ -1,7 +1,3 @@
1
-[project.urls]
2
-Homepage = "https://github.com/lemontree210/tinybear"
3
-Documentation = "https://lemontree210.github.io/tinybear/"
4
-
5
[tool.black]
6
line-length = 99
7
target-version = ['py39']
@@ -47,6 +43,10 @@ pytest-cov = "^6.2.1"
47
43
mkdocs = "^1.6.1"
48
44
mkdocs-material = "^9.6.18"
49
45
46
+[tool.poetry.urls]
+Homepage = "https://github.com/lemontree210/tinybear"
+Documentation = "https://lemontree210.github.io/tinybear/"
+
50
[tool.ruff]
51
52
exclude = ["tests"]
0 commit comments