def run(self): cmd_obj = self.distribution.get_command_obj('build_assets') cmd_obj.asset_json_path = 'sentry_plugins/assets.json' SDistCommand.run(self)