From d0eaf179741af494f7ccc3daa7511d310b31c153 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:54:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89d128d..6cbc181 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 = [ @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Testing", ] dynamic = [ @@ -42,15 +43,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", ]