Skip to content

Commit

Permalink
PyPI metatada: re-add description (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 12, 2024
1 parent a7d1d0d commit 7721133
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires = [

[project]
name = "cherry-picker"
description = "Backport CPython changes from main to maintenance branches"
readme = "README.md"
maintainers = [ { name = "Python Core Developers", email = "[email protected]" } ]
authors = [ { name = "Mariatta Wijaya", email = "[email protected]" } ]
Expand All @@ -21,10 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = [
"description",
"version",
]
dynamic = [ "version" ]
dependencies = [
"click>=6",
"gidgethub",
Expand All @@ -51,7 +49,6 @@ local_scheme = "no-local-version"

[tool.ruff]
fix = true

lint.select = [
"C4", # flake8-comprehensions
"E", # pycodestyle errors
Expand Down

0 comments on commit 7721133

Please sign in to comment.