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 = [
77
88[project ]
99name = " cherry-picker"
10+ description = " Backport CPython changes from main to maintenance branches"
1011readme = " README.md"
1112maintainers = [ { name = " Python Core Developers" , email = " core-workflow@python.org" } ]
1213authors = [ { name = " Mariatta Wijaya" , email = " mariatta@python.org" } ]
@@ -21,10 +22,7 @@ classifiers = [
2122 " Programming Language :: Python :: 3.12" ,
2223 " Programming Language :: Python :: 3.13" ,
2324]
24- dynamic = [
25- " description" ,
26- " version" ,
27- ]
25+ dynamic = [ " version" ]
2826dependencies = [
2927 " click>=6" ,
3028 " gidgethub" ,
@@ -51,7 +49,6 @@ local_scheme = "no-local-version"
5149
5250[tool .ruff ]
5351fix = true
54-
5552lint.select = [
5653 " C4" , # flake8-comprehensions
5754 " E" , # pycodestyle errors
You can’t perform that action at this time.
0 commit comments