@@ -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 = [
@@ -33,6 +33,8 @@ 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" ,
37+ " Programming Language :: Python :: 3.14" ,
3638 " Topic :: Software Development :: Testing" ,
3739]
3840dynamic = [
@@ -42,15 +44,13 @@ dependencies = [
4244 " pytest>=7" ,
4345 " regendoc>=0.9" ,
4446]
45- [project .urls ]
46- Homepage = " https://github.com/RonnyPfannschmidt/pytest-manual-marker"
47- [project .entry-points .pytest11 ]
48- manual_marker = " pytest_manual_marker"
47+ urls.Homepage = " https://github.com/RonnyPfannschmidt/pytest-manual-marker"
48+ entry-points.pytest11.manual_marker = " pytest_manual_marker"
4949
5050[tool .hatch .version ]
5151source = " vcs"
5252
5353[tool .hatch .build .targets .sdist ]
5454include = [
55- " /src" ,
55+ " /src" ,
5656]
0 commit comments