@@ -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 =" core-workflow@mail.python.org" }]
13
- authors = [{ name =" Larry Hastings" , email =" larry@hastings.org" }]
12
+ maintainers = [
13
+ { name = " Python Core Developers" , email = " core-workflow@mail.python.org" },
14
+ ]
15
+ authors = [
16
+ { name = " Larry Hastings" , email = " larry@hastings.org" },
17
+ ]
14
18
requires-python = " >=3.8"
15
19
classifiers = [
16
20
" Intended Audience :: Developers" ,
@@ -21,23 +25,19 @@ classifiers = [
21
25
" Programming Language :: Python :: 3.10" ,
22
26
" Programming Language :: Python :: 3.11" ,
23
27
" Programming Language :: Python :: 3.12" ,
24
- " Programming Language :: Python :: 3.13" ,
25
28
]
26
29
dynamic = [
27
30
" version" ,
28
31
]
29
- [project .optional-dependencies ]
30
- tests = [
32
+ optional-dependencies.tests = [
31
33
" pyfakefs" ,
32
34
" pytest" ,
33
35
" pytest-cov" ,
34
36
]
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"
41
41
42
42
[tool .hatch ]
43
43
version.source = " vcs"
0 commit comments