From fbee4f4a00e6e7ed212ec5aef0a541b8e483610f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:01:35 +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, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b59b41..0033da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism" readme = "README.rst" license = "MIT" maintainers = [ - { name = "Ronny Pfannschmidt", email = "opensource+apipkg@ronnypfannschmidt.de"} + { name = "Ronny Pfannschmidt", email = "opensource+apipkg@ronnypfannschmidt.de" }, ] authors = [ - { name = "holger krekel" }, + { name = "holger krekel" }, ] requires-python = ">=3.7" classifiers = [ @@ -32,21 +32,21 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries", ] dynamic = [ "version", ] -[project.urls] -Homepage = "https://github.com/pytest-dev/apipkg" +urls.Homepage = "https://github.com/pytest-dev/apipkg" [tool.hatch.version] source = "vcs" [tool.hatch.build.targets.sdist] include = [ - "/src", + "/src", ] [tool.hatch.build.hooks.vcs] version-file = "src/apipkg/_version.py" @@ -58,7 +58,7 @@ dependencies = [ "pytest-cov", ] [[tool.hatch.envs.test.matrix]] -python = ["3.7", "3.8", "3.9", "3.10", "3.11"] +python = [ "3.7", "3.8", "3.9", "3.10", "3.11" ] [tool.hatch.envs.test.scripts] run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"