diff --git a/autospec/config.py b/autospec/config.py index 3cfc002..6c53701 100644 --- a/autospec/config.py +++ b/autospec/config.py @@ -81,7 +81,8 @@ transforms = { 'ChangeLog.md': 'ChangeLog', 'changes.rst': 'ChangeLog', 'changes.txt': 'ChangeLog', - 'news': 'NEWS' + 'news': 'NEWS', + 'meson_options.txt': 'meson_options.txt' } config_opts = {}