@@ -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,21 @@ 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" ,
3536 " Programming Language :: Python :: Implementation :: CPython" ,
3637 " Topic :: Software Development :: Libraries" ,
3738]
3839dynamic = [
3940 " version" ,
4041]
41- [project .urls ]
42- Homepage = " https://github.com/pytest-dev/apipkg"
42+ urls.Homepage = " https://github.com/pytest-dev/apipkg"
4343
4444[tool .hatch .version ]
4545source = " vcs"
4646
4747[tool .hatch .build .targets .sdist ]
4848include = [
49- " /src" ,
49+ " /src" ,
5050]
5151[tool .hatch .build .hooks .vcs ]
5252version-file = " src/apipkg/_version.py"
@@ -58,7 +58,7 @@ dependencies = [
5858 " pytest-cov" ,
5959]
6060[[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" ]
6262
6363[tool .hatch .envs .test .scripts ]
6464run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"
0 commit comments