deploy-ng: Fix parsing platforms from setup.cfg

This commit is contained in:
Mitchell Stokes 2018-05-06 09:50:17 -07:00
parent 82d32e1f14
commit 081ceb4329
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class build_apps(setuptools.Command):
key: _parse_list(value)
for key, value in _parse_dict(self.exclude_modules).items()
}
self.platforms = _parse_list(self.platforms)
self.plugins = _parse_list(self.plugins)
self.extra_prc_files = _parse_list(self.extra_prc_files)