deploy-ng: Fix parsing platforms from setup.cfg
This commit is contained in:
parent
82d32e1f14
commit
081ceb4329
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue