Skip to content

Commit 3240572

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ keywords = [
1717
]
1818
license = "mit"
1919
authors = [
20-
{ name = "Ronny Pfannschmidt", email= "[email protected]"},
21-
{ name = "Martin Kourim", email="[email protected]" },
20+
{ name = "Ronny Pfannschmidt", email = "[email protected]" },
21+
{ name = "Martin Kourim", email = "[email protected]" },
2222
]
2323
requires-python = ">=3.7"
2424
classifiers = [
@@ -33,6 +33,7 @@ classifiers = [
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3637
"Topic :: Software Development :: Testing",
3738
]
3839
dynamic = [
@@ -42,15 +43,13 @@ dependencies = [
4243
"pytest>=7",
4344
"regendoc>=0.9",
4445
]
45-
[project.urls]
46-
Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker"
47-
[project.entry-points.pytest11]
48-
manual_marker = "pytest_manual_marker"
46+
urls.Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker"
47+
entry-points.pytest11.manual_marker = "pytest_manual_marker"
4948

5049
[tool.hatch.version]
5150
source = "vcs"
5251

5352
[tool.hatch.build.targets.sdist]
5453
include = [
55-
"/src",
54+
"/src",
5655
]

0 commit comments

Comments
 (0)