@@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism"
1111readme = " README.rst"
1212license = " MIT"
1313maintainers = [
14- { name = " Ronny Pfannschmidt" , email = " opensource+apipkg@ronnypfannschmidt.de" }
14+ { name = " Ronny Pfannschmidt" , email = " opensource+apipkg@ronnypfannschmidt.de" },
1515]
1616authors = [
17- { name = " holger krekel" },
17+ { name = " holger krekel" },
1818]
1919requires-python = " >=3.7"
2020classifiers = [
@@ -38,15 +38,14 @@ classifiers = [
3838dynamic = [
3939 " version" ,
4040]
41- [project .urls ]
42- Homepage = " https://github.com/pytest-dev/apipkg"
41+ urls.Homepage = " https://github.com/pytest-dev/apipkg"
4342
4443[tool .hatch .version ]
4544source = " vcs"
4645
4746[tool .hatch .build .targets .sdist ]
4847include = [
49- " /src" ,
48+ " /src" ,
5049]
5150[tool .hatch .build .hooks .vcs ]
5251version-file = " src/apipkg/_version.py"
@@ -58,7 +57,7 @@ dependencies = [
5857 " pytest-cov" ,
5958]
6059[[tool .hatch .envs .test .matrix ]]
61- python = [" 3.7" , " 3.8" , " 3.9" , " 3.10" , " 3.11" ]
60+ python = [ " 3.7" , " 3.8" , " 3.9" , " 3.10" , " 3.11" ]
6261
6362[tool .hatch .envs .test .scripts ]
6463run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"
0 commit comments