Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 0c3f014 commit ecd9e82
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism"
readme = "README.rst"
license = "MIT"
maintainers = [
{ name = "Ronny Pfannschmidt", email = "[email protected]"}
{ name = "Ronny Pfannschmidt", email = "[email protected]" },
]
authors = [
{ name = "holger krekel" },
{ name = "holger krekel" },
]
requires-python = ">=3.7"
classifiers = [
Expand All @@ -38,15 +38,14 @@ classifiers = [
dynamic = [
"version",
]
[project.urls]
Homepage = "https://github.com/pytest-dev/apipkg"
urls.Homepage = "https://github.com/pytest-dev/apipkg"

[tool.hatch.version]
source = "vcs"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/src",
]
[tool.hatch.build.hooks.vcs]
version-file = "src/apipkg/_version.py"
Expand All @@ -58,7 +57,13 @@ dependencies = [
"pytest-cov",
]
[[tool.hatch.envs.test.matrix]]
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
python = [
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
]

[tool.hatch.envs.test.scripts]
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"
Expand Down

0 comments on commit ecd9e82

Please sign in to comment.