Skip to content

Commit 6ea9d11

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ff3be06 commit 6ea9d11

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "flit_core.buildapi"
33
requires = [
4-
"flit_core<4,>=3.2",
4+
"flit-core<4,>=3.2",
55
]
66

77
[project]
@@ -24,9 +24,7 @@ dynamic = [
2424
"description",
2525
"version",
2626
]
27-
[project.urls]
28-
"GitHub" = "https://github.com/pypa/installer"
29-
27+
urls."GitHub" = "https://github.com/pypa/installer"
3028
[tool.mypy]
3129
files = "src,tools"
3230
show_error_codes = true

0 commit comments

Comments
 (0)