Skip to content

Commit 0fac803

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4911ef9 commit 0fac803

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pyproject.toml

Lines changed: 5 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 = [
@@ -42,15 +42,13 @@ dependencies = [
4242
"pytest>=7",
4343
"regendoc>=0.9",
4444
]
45-
[project.urls]
46-
Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker"
47-
[project.entry-points.pytest11]
48-
manual_marker = "pytest_manual_marker"
45+
urls.Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker"
46+
entry-points.pytest11.manual_marker = "pytest_manual_marker"
4947

5048
[tool.hatch.version]
5149
source = "vcs"
5250

5351
[tool.hatch.build.targets.sdist]
5452
include = [
55-
"/src",
53+
"/src",
5654
]

0 commit comments

Comments
 (0)