From 1dd980fffa5c0019c557b974eee4d17c22f75eb5 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 8 Nov 2020 11:42:17 +0100 Subject: [PATCH] Update manifest constraints for registry - add build and extra section to allowed keys --- fpm_validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm_validate.py b/fpm_validate.py index c014e7b..1964810 100644 --- a/fpm_validate.py +++ b/fpm_validate.py @@ -42,7 +42,7 @@ def check_fpm_toml(contents): "dev-dependencies"] # Optionally present, not copied to json - other_keys = ["test", "library"] + other_keys = ["test", "library", "build", "extra"] # Check for required keys for key in required_keys: