Skip to content

Commit

Permalink
chore: add readme.md to pyproject to fix pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Sep 10, 2024
1 parent c98f83f commit 529d629
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 @@ -4,6 +4,7 @@ name = "gitops"
version = "0.11.0"
description = "Manage multiple apps across one or more k8s clusters."
requires-python = ">=3.12"
readme = "README.md"
authors = [{name = "Jarek Głowacki",email = "jarekwg@gmail.com"}]
dependencies = [
"invoke>=2.2.0",
Expand Down

0 comments on commit 529d629

Please sign in to comment.