add binary target in pyproject

This commit is contained in:
2024-07-09 12:18:16 -07:00
parent 533c533034
commit 5bb280b1da
4 changed files with 8 additions and 8 deletions

View File

@@ -345,8 +345,6 @@ class ConfigManager:
group_matches[fkey] = list(match_dict.values())
print(group_matches)
# first handle scheme maps; matching palette files should already be found in the
# regular group matching process
palette_dict = self._stack_toml(group_matches.get('palette', []))