Skip to content

Commit

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

See also packit/ogr#813.

Reviewed-by: Jiri Popelka
  • Loading branch information
2 parents f0795b5 + 2ddcc87 commit 6bd73c0
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 = "[email protected]" },
]
description = "Library for testing Python code that allows to store output of various objects and use the stored data for testing."
readme = "README.md"
license = "MIT"
license-files = { paths = ["LICENSE"] }
requires-python = ">=3.6"
Expand Down

0 comments on commit 6bd73c0

Please sign in to comment.