Skip to content

Commit

Permalink
fix(metadata): add project repository URL (#311)
Browse files Browse the repository at this point in the history
so that it's also displayed e.g. on pypi
docs: https://python-poetry.org/docs/pyproject/#repository
  • Loading branch information
hf-kklein authored Jan 2, 2025
1 parent 28edae0 commit cbf38b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/openfoodfacts/openfoodfacts-python"

[tool.mypy]
ignore_missing_imports = true
Expand Down

0 comments on commit cbf38b4

Please sign in to comment.