@@ -17,8 +17,8 @@ keywords = [
17
17
]
18
18
license = " mit"
19
19
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] " },
22
22
]
23
23
requires-python = " >=3.7"
24
24
classifiers = [
@@ -33,6 +33,7 @@ classifiers = [
33
33
" Programming Language :: Python :: 3.10" ,
34
34
" Programming Language :: Python :: 3.11" ,
35
35
" Programming Language :: Python :: 3.12" ,
36
+ " Programming Language :: Python :: 3.13" ,
36
37
" Topic :: Software Development :: Testing" ,
37
38
]
38
39
dynamic = [
@@ -42,15 +43,13 @@ dependencies = [
42
43
" pytest>=7" ,
43
44
" regendoc>=0.9" ,
44
45
]
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"
49
48
50
49
[tool .hatch .version ]
51
50
source = " vcs"
52
51
53
52
[tool .hatch .build .targets .sdist ]
54
53
include = [
55
- " /src" ,
54
+ " /src" ,
56
55
]
0 commit comments