Skip to content

Commit b1b45b3

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ requires = [
99
name = "blurb"
1010
description = "Command-line tool to manage CPython Misc/NEWS.d entries."
1111
readme = "README.md"
12-
maintainers = [{name = "Python Core Developers", email="[email protected]"}]
13-
authors = [{ name="Larry Hastings", email="[email protected]"}]
12+
maintainers = [
13+
{ name = "Python Core Developers", email = "[email protected]" },
14+
]
15+
authors = [
16+
{ name = "Larry Hastings", email = "[email protected]" },
17+
]
1418
requires-python = ">=3.8"
1519
classifiers = [
1620
"Intended Audience :: Developers",
@@ -21,23 +25,19 @@ classifiers = [
2125
"Programming Language :: Python :: 3.10",
2226
"Programming Language :: Python :: 3.11",
2327
"Programming Language :: Python :: 3.12",
24-
"Programming Language :: Python :: 3.13",
2528
]
2629
dynamic = [
2730
"version",
2831
]
29-
[project.optional-dependencies]
30-
tests = [
32+
optional-dependencies.tests = [
3133
"pyfakefs",
3234
"pytest",
3335
"pytest-cov",
3436
]
35-
[project.urls]
36-
Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
37-
Homepage = "https://github.com/python/blurb"
38-
Source = "https://github.com/python/blurb"
39-
[project.scripts]
40-
blurb = "blurb.blurb:main"
37+
urls.Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
38+
urls.Homepage = "https://github.com/python/blurb"
39+
urls.Source = "https://github.com/python/blurb"
40+
scripts.blurb = "blurb.blurb:main"
4141

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

0 commit comments

Comments
 (0)