We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d1d0d commit 7721133Copy full SHA for 7721133
1 file changed
pyproject.toml
@@ -7,6 +7,7 @@ requires = [
7
8
[project]
9
name = "cherry-picker"
10
+description = "Backport CPython changes from main to maintenance branches"
11
readme = "README.md"
12
maintainers = [ { name = "Python Core Developers", email = "core-workflow@python.org" } ]
13
authors = [ { name = "Mariatta Wijaya", email = "mariatta@python.org" } ]
@@ -21,10 +22,7 @@ classifiers = [
21
22
"Programming Language :: Python :: 3.12",
23
"Programming Language :: Python :: 3.13",
24
]
-dynamic = [
25
- "description",
26
- "version",
27
-]
+dynamic = [ "version" ]
28
dependencies = [
29
"click>=6",
30
"gidgethub",
@@ -51,7 +49,6 @@ local_scheme = "no-local-version"
51
49
52
50
[tool.ruff]
53
fix = true
54
-
55
lint.select = [
56
"C4", # flake8-comprehensions
57
"E", # pycodestyle errors
0 commit comments