@@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism"
11
11
readme = " README.rst"
12
12
license = " MIT"
13
13
maintainers = [
14
- {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " }
14
+ {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " },
15
15
]
16
16
authors = [
17
- { name = " holger krekel" },
17
+ { name = " holger krekel" },
18
18
]
19
19
requires-python = " >=3.7"
20
20
classifiers = [
@@ -32,21 +32,21 @@ classifiers = [
32
32
" Programming Language :: Python :: 3.10" ,
33
33
" Programming Language :: Python :: 3.11" ,
34
34
" Programming Language :: Python :: 3.12" ,
35
+ " Programming Language :: Python :: 3.13" ,
35
36
" Programming Language :: Python :: Implementation :: CPython" ,
36
37
" Topic :: Software Development :: Libraries" ,
37
38
]
38
39
dynamic = [
39
40
" version" ,
40
41
]
41
- [project .urls ]
42
- Homepage = " https://github.com/pytest-dev/apipkg"
42
+ urls.Homepage = " https://github.com/pytest-dev/apipkg"
43
43
44
44
[tool .hatch .version ]
45
45
source = " vcs"
46
46
47
47
[tool .hatch .build .targets .sdist ]
48
48
include = [
49
- " /src" ,
49
+ " /src" ,
50
50
]
51
51
[tool .hatch .build .hooks .vcs ]
52
52
version-file = " src/apipkg/_version.py"
@@ -58,7 +58,7 @@ dependencies = [
58
58
" pytest-cov" ,
59
59
]
60
60
[[tool .hatch .envs .test .matrix ]]
61
- python = [" 3.7" , " 3.8" , " 3.9" , " 3.10" , " 3.11" ]
61
+ python = [ " 3.7" , " 3.8" , " 3.9" , " 3.10" , " 3.11" ]
62
62
63
63
[tool .hatch .envs .test .scripts ]
64
64
run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"
0 commit comments