[console_scripts]
variantlib=variantlib.commands.main:main

[variantlib.actions]
analyze-platform=variantlib.commands.analyze_platform:analyze_platform
analyze-wheel=variantlib.commands.analyze_wheel:analyze_wheel
config=variantlib.commands.config.main:main
generate-index-json=variantlib.commands.generate_index_json:generate_index_json
make-variant=variantlib.commands.make_variant:make_variant
plugins=variantlib.commands.plugins.main:main
unmake-variant=variantlib.commands.unmake_variant:unmake_variant
update-pyproject-toml=variantlib.commands.update_pyproject_toml:update_pyproject_toml

[variantlib.actions.config]
list-paths=variantlib.commands.config.list_paths:list_paths
setup=variantlib.commands.config.setup:setup
show=variantlib.commands.config.show:show

[variantlib.actions.plugins]
get-all-configs=variantlib.commands.plugins.get_all_configs:get_all_configs
get-supported-configs=variantlib.commands.plugins.get_supported_configs:get_supported_configs
list=variantlib.commands.plugins.list_plugins:list_plugins

