Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI metatada: re-add description #140

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "core-workflow@python.org" } ]
authors = [ { name = "Mariatta Wijaya", email = "mariatta@python.org" } ]
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 @@ -48,7 +46,6 @@ local_scheme = "no-local-version"

[tool.ruff]
fix = true

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