File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ requires = [
7
7
8
8
[project ]
9
9
name = " cherry-picker"
10
+ description = " Backport CPython changes from main to maintenance branches"
10
11
readme = " README.md"
11
12
maintainers = [ { name = " Python Core Developers" , email = " core-workflow@python.org" } ]
12
13
authors = [ { name = " Mariatta Wijaya" , email = " mariatta@python.org" } ]
@@ -21,10 +22,7 @@ classifiers = [
21
22
" Programming Language :: Python :: 3.12" ,
22
23
" Programming Language :: Python :: 3.13" ,
23
24
]
24
- dynamic = [
25
- " description" ,
26
- " version" ,
27
- ]
25
+ dynamic = [ " version" ]
28
26
dependencies = [
29
27
" click>=6" ,
30
28
" gidgethub" ,
@@ -51,7 +49,6 @@ local_scheme = "no-local-version"
51
49
52
50
[tool .ruff ]
53
51
fix = true
54
-
55
52
lint.select = [
56
53
" C4" , # flake8-comprehensions
57
54
" E" , # pycodestyle errors
You can’t perform that action at this time.
0 commit comments