8000 PyPI metatada: re-add description (#140) · python/cherry-picker@7721133 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7721133

Browse files
authored
PyPI metatada: re-add description (#140)
1 parent a7d1d0d commit 7721133

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ requires = [
77

88
[project]
99
name = "cherry-picker"
10+
description = "Backport CPython changes from main to maintenance branches"
1011
readme = "README.md"
1112
maintainers = [ { name = "Python Core Developers", email = "core-workflow@python.org" } ]
1213
authors = [ { 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" ]
2826
dependencies = [
2927
"click>=6",
3028
"gidgethub",
@@ -51,7 +49,6 @@ local_scheme = "no-local-version"
5149

5250
[tool.ruff]
5351
fix = true
54-
5552
lint.select = [
5653
"C4", # flake8-comprehensions
5754
"E", # pycodestyle errors

0 commit comments

Comments
 (0)
0