@@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism"
1111readme = " README.rst"
1212license = " MIT"
1313maintainers = [
14- {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " } 14+ {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " }, 1515]
1616authors = [
17- { name = " holger krekel" },
17+ { name = " holger krekel" },
1818]
1919requires-python = " >=3.7"
2020classifiers = [
@@ -32,21 +32,22 @@ classifiers = [
3232 " Programming Language :: Python :: 3.10" ,
3333 " Programming Language :: Python :: 3.11" ,
3434 " Programming Language :: Python :: 3.12" ,
35+ " Programming Language :: Python :: 3.13" ,
36+ " Programming Language :: Python :: 3.14" ,
3537 " Programming Language :: Python :: Implementation :: CPython" ,
3638 " Topic :: Software Development :: Libraries" ,
3739]
3840dynamic = [
3941 " version" ,
4042]
41- [project .urls ]
42- Homepage = " https://github.com/pytest-dev/apipkg"
43+ urls.Homepage = " https://github.com/pytest-dev/apipkg"
4344
4445[tool .hatch .version ]
4546source = " vcs"
4647
4748[tool .hatch .build .targets .sdist ]
4849include = [
49- " /src" ,
50+ " /src" ,
5051]
5152[tool .hatch .build .hooks .vcs ]
5253version-file = " src/apipkg/_version.py"
@@ -58,7 +59,7 @@ dependencies = [
5859 " pytest-cov" ,
5960]
6061[[tool .hatch .envs .test .matrix ]]
61- python = [" 3.7" , " 3.8" , " 3.9" , " 3.10" , " 3.11" ]
62+ python = [ " 3.7" , " 3.8" , " 3.9" , " 3.10" , " 3.11" ]
6263
6364[tool .hatch .envs .test .scripts ]
6465run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"
0 commit comments