Skip to content

Commit

Permalink
fix(metadata): set license to "MIT" (as in LICENSE file) (#310)
Browse files Browse the repository at this point in the history
 'Apache 2.0' was introduced in a7c1169
but MIT seems to be correct because it's mentioned both in the README and the LICENSE file itself.

ixed the metadata in the `pyproject.toml` file, so that they match the actual license
  • Loading branch information
hf-kklein authored Jan 2, 2025
1 parent cbf38b4 commit d82191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openfoodfacts"
version = "2.5.0"
description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
license = "MIT"
readme = "README.md"
repository = "https://github.com/openfoodfacts/openfoodfacts-python"

Expand Down

0 comments on commit d82191c

Please sign in to comment.