From df54aabdfcf4f2bf129b965213b3ee4b8c520ecf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:19:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89d128d..8f35f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,8 @@ keywords = [ ] license = "mit" authors = [ - { name = "Ronny Pfannschmidt", email= "rpfannsc@redhat.com"}, - { name = "Martin Kourim", email="mkourim@redhat.com" }, + { name = "Ronny Pfannschmidt", email = "rpfannsc@redhat.com" }, + { name = "Martin Kourim", email = "mkourim@redhat.com" }, ] requires-python = ">=3.7" classifiers = [ @@ -42,15 +42,13 @@ dependencies = [ "pytest>=7", "regendoc>=0.9", ] -[project.urls] -Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker" -[project.entry-points.pytest11] -manual_marker = "pytest_manual_marker" +urls.Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker" +entry-points.pytest11.manual_marker = "pytest_manual_marker" [tool.hatch.version] source = "vcs" [tool.hatch.build.targets.sdist] include = [ - "/src", + "/src", ]