[console_scripts]
zenv = zenv.__main__:main

[zenv.commands]
build = zenv.cli:build_command
hub = zenv.cli:hub_command
pkg = zenv.cli:pkg_command
run = zenv.cli:run_command
transpile = zenv.cli:transpile_command
