File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ keywords = [
1717]
1818license = " mit"
1919authors = [
20- { name = " Ronny Pfannschmidt" , email = " rpfannsc@redhat.com" },
21- { name = " Martin Kourim" , email = " mkourim@redhat.com" },
20+ { name = " Ronny Pfannschmidt" , email = " rpfannsc@redhat.com" },
21+ { name = " Martin Kourim" , email = " mkourim@redhat.com" },
2222]
2323requires-python = " >=3.7"
2424classifiers = [
@@ -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 ]
5149source = " vcs"
5250
5351[tool .hatch .build .targets .sdist ]
5452include = [
55- " /src" ,
53+ " /src" ,
5654]
You can’t perform that action at this time.
0 commit comments