From 1cb2d0207890822601a099b71e3824a97f5aa743 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:17:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da0d123..0fbcf5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,10 @@ keywords = [ "translation", "utilities", ] -license = {text = "MIT"} -authors = [{name = "egeakman", email = "me@egeakman.dev"}] +license = { text = "MIT" } +authors = [ + { name = "egeakman", email = "me@egeakman.dev" }, +] requires-python = ">=3.10" classifiers = [ "Development Status :: 5 - Production/Stable", @@ -40,15 +42,15 @@ dynamic = [ dependencies = [ "sphinx", ] -[project.urls] -Homepage = "https://github.com/egeakman/python-docs-bootstrapper" -Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues" -Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases" -[project.scripts] -bootstrapper = "bootstrapper.bootstrapper:main" +urls.Homepage = "https://github.com/egeakman/python-docs-bootstrapper" +urls.Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues" +urls.Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases" +scripts.bootstrapper = "bootstrapper.bootstrapper:main" [tool.hatch.build] -packages = ["bootstrapper"] +packages = [ + "bootstrapper", +] isolated = true [tool.hatch.build.force-include]