We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9dcdb commit 7f81795Copy full SHA for 7f81795
python/dist2wheel.py
@@ -66,7 +66,7 @@ def create_all(self):
66
67
# Burn a pass through the list to steal some useful bits from the Brew config
68
for artifact in self.artifacts:
69
- if "BrewConfig" in artifact["extra"]:
+ if artifact["type"] == "Brew Tap":
70
self.description = artifact["extra"]["BrewConfig"]["description"]
71
self.license = artifact["extra"]["BrewConfig"]["license"]
72
0 commit comments