[console_scripts]
alea_clean = openalea.deploy.alea_update:clean_version
alea_config = openalea.deploy.alea_config:main
alea_dependency_builder = openalea.deploy.system_dependencies.dependency_builder:main
alea_install = openalea.deploy.alea_install:main
alea_system_deploy = openalea.deploy.system_dependencies.deploy_system2:main
alea_update_all = openalea.deploy.alea_update:update_all

[distutils.commands]
alea_install = openalea.deploy.command:alea_install
alea_upload = openalea.deploy.command:alea_upload
clean = openalea.deploy.command:clean
cmake = openalea.deploy.command:cmake
create_namespaces = openalea.deploy.command:create_namespaces
egg_upload = openalea.deploy.command:egg_upload
pylint = openalea.deploy.command:pylint
scons = openalea.deploy.command:scons
upload_sphinx = openalea.deploy.command:upload_sphinx

[distutils.setup_keywords]
add_plat_name = openalea.deploy.command:validate_add_plat_name
bin_dirs = openalea.deploy.command:validate_bin_dirs
cmake_scripts = openalea.deploy.command:validate_cmake_scripts
create_namespaces = openalea.deploy.command:validate_create_namespaces
inc_dirs = openalea.deploy.command:validate_bin_dirs
lib_dirs = openalea.deploy.command:validate_bin_dirs
postinstall_scripts = openalea.deploy.command:validate_postinstall_scripts
pylint_options = openalea.deploy.command:validate_pylint_options
pylint_packages = openalea.deploy.command:validate_pylint_packages
scons_parameters = setuptools.dist:assert_string_list
scons_scripts = openalea.deploy.command:validate_scons_scripts
share_dirs = openalea.deploy.command:validate_share_dirs

[egg_info.writers]
bin_dirs.txt = openalea.deploy.command:write_keys_arg
inc_dirs.txt = openalea.deploy.command:write_keys_arg
lib_dirs.txt = openalea.deploy.command:write_keys_arg
postinstall_scripts.txt = setuptools.command.egg_info:write_arg

