Skip to content

Commit 23a2834

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

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pyproject.toml

+11-9
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ keywords = [
1818
"translation",
1919
"utilities",
2020
]
21-
license = {text = "MIT"}
22-
authors = [{name = "egeakman", email = "[email protected]"}]
21+
license = { text = "MIT" }
22+
authors = [
23+
{ name = "egeakman", email = "[email protected]" },
24+
]
2325
requires-python = ">=3.10"
2426
classifiers = [
2527
"Development Status :: 5 - Production/Stable",
@@ -40,15 +42,15 @@ dynamic = [
4042
dependencies = [
4143
"sphinx",
4244
]
43-
[project.urls]
44-
Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
45-
Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
46-
Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
47-
[project.scripts]
48-
bootstrapper = "bootstrapper.bootstrapper:main"
45+
urls.Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
46+
urls.Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
47+
urls.Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
48+
scripts.bootstrapper = "bootstrapper.bootstrapper:main"
4949

5050
[tool.hatch.build]
51-
packages = ["bootstrapper"]
51+
packages = [
52+
"bootstrapper",
53+
]
5254
isolated = true
5355

5456
[tool.hatch.build.force-include]

0 commit comments

Comments
 (0)