Skip to content

Commit

Permalink
Fix metadata description (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Sep 13, 2022
1 parent f879f81 commit cfd83ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer/providers/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_provider_info() -> Dict[str, Any]:
# Required.
"package-name": "astronomer-providers",
"name": "Astronomer Providers",
"description": config.get("metadata", "description", fallback=""),
"description": (config.get("metadata", "description", fallback="")),
"versions": [config.get("metadata", "version", fallback="")],
# Optional.
"hook-class-names": [],
Expand Down

0 comments on commit cfd83ef

Please sign in to comment.