Skip to content

Commit ee63a4c

Browse files
committed
Allow unknown keys when building distributions.
1 parent c92d677 commit ee63a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo_helper/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
self.tag = "py3-none-any"
9090

9191
#: repo_helper's configuration dictionary.
92-
self.config = parse_yaml(self.repo_dir)
92+
self.config = parse_yaml(self.repo_dir, allow_unknown_keys=True)
9393

9494
self.config["version"] = str(Version(self.config["version"]))
9595

0 commit comments

Comments
 (0)