@@ -9,8 +9,12 @@ requires = [
9
9
name = " blurb"
10
10
description = " Command-line tool to manage CPython Misc/NEWS.d entries."
11
11
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
+ ]
14
18
requires-python = " >=3.8"
15
19
classifiers = [
16
20
" Intended Audience :: Developers" ,
@@ -26,21 +30,21 @@ classifiers = [
26
30
dynamic = [
27
31
" version" ,
28
32
]
29
- [project .optional-dependencies ]
30
- tests = [
33
+ optional-dependencies.tests = [
31
34
" pyfakefs" ,
32
35
" pytest" ,
33
36
" pytest-cov" ,
34
37
]
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"
38
+ urls.Changelog = " https://github.com/python/blurb/blob/main/README.md#changelog"
39
+ urls.Homepage = " https://github.com/python/blurb"
40
+ urls.Source = " https://github.com/python/blurb"
41
+ scripts.blurb = " blurb.blurb:main"
41
42
42
43
[tool .hatch ]
43
44
version.source = " vcs"
44
45
45
46
[tool .hatch .version .raw-options ]
46
47
local_scheme = " no-local-version"
48
+
49
+ [tool .pyproject-fmt ]
50
+ max_supported_python = " 3.13"
0 commit comments