Skip to content

Commit

Permalink
Add README to package metadata (#813)
Browse files Browse the repository at this point in the history
Add README to package metadata

It turns out that it's not implicitly included and not having it prevents PyPI upload.
See: https://github.com/packit/ogr/actions/runs/6431356823/job/17464105404#step:6:13

Reviewed-by: František Lachman <flachman@redhat.com>
  • Loading branch information
2 parents ee56360 + 41de2a1 commit e2f5211
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 @@ -8,6 +8,7 @@ authors = [
{ name = "Red Hat", email = "user-cont-team@redhat.com" },
]
description = "One API for multiple git forges."
readme = "README.md"
license = "MIT"
license-files = { paths = ["LICENSE"] }
requires-python = ">=3.9"
Expand Down

0 comments on commit e2f5211

Please sign in to comment.