Skip to content

Commit fbee4f4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7cc57ee commit fbee4f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ description = "apipkg: namespace control and lazy-import mechanism"
1111
readme = "README.rst"
1212
license = "MIT"
1313
maintainers = [
14-
{ name = "Ronny Pfannschmidt", email = "[email protected]"}
14+
{ name = "Ronny Pfannschmidt", email = "[email protected]" },
1515
]
1616
authors = [
17-
{ name = "holger krekel" },
17+
{ name = "holger krekel" },
1818
]
1919
requires-python = ">=3.7"
2020
classifiers = [
@@ -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
]
3839
dynamic = [
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]
4545
source = "vcs"
4646

4747
[tool.hatch.build.targets.sdist]
4848
include = [
49-
"/src",
49+
"/src",
5050
]
5151
[tool.hatch.build.hooks.vcs]
5252
version-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]
6464
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"

0 commit comments

Comments
 (0)