Skip to content

chore: Tidy up pyproject.toml#339

Merged
raphael0202 merged 1 commit intoopenfoodfacts:developfrom
Freso:tidy-pyproject.toml
Jun 30, 2025
Merged

chore: Tidy up pyproject.toml#339
raphael0202 merged 1 commit intoopenfoodfacts:developfrom
Freso:tidy-pyproject.toml

Conversation

@Freso
Copy link
Copy Markdown
Contributor

@Freso Freso commented Jun 18, 2025

This removes duplicated values between [project] and [tool.poetry], favouring keeping declarations in [project], since most fields that can go in either are deprecated in [tool.poetry].

An exception to this is classifiers which is moved into [tool.poetry], to utilise Poetry’s automatic setting of Python and license classifiers. (This also means that license and most Python classifiers were removed.)

This removes duplicated values between `[project]` and `[tool.poetry]`,
favouring keeping declarations in `[project]`, since most fields that can
go in either are deprecated in `[tool.poetry]`.

An exception to this is `classifiers` which is moved into
`[tool.poetry]`, to utilise Poetry’s automatic setting of Python and
license classifiers. (This also means that license and most Python
classifiers were removed.)
@Freso Freso force-pushed the tidy-pyproject.toml branch from 0fb5ac2 to 50d6ed2 Compare June 30, 2025 14:31
@sonarqubecloud
Copy link
Copy Markdown

@github-project-automation github-project-automation Bot moved this from In progress to Reviewer approved in 🐍 Python SDK - Keep on par with the API Jun 30, 2025
@raphael0202
Copy link
Copy Markdown
Contributor

Thanks!

@raphael0202 raphael0202 merged commit 9f55a87 into openfoodfacts:develop Jun 30, 2025
7 checks passed
@github-project-automation github-project-automation Bot moved this from Reviewer approved to Done in 🐍 Python SDK - Keep on par with the API Jun 30, 2025
@Freso Freso deleted the tidy-pyproject.toml branch June 30, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants