1[console_scripts] 2easy_install = setuptools.command.easy_install:main 3easy_install-3.6 = setuptools.command.easy_install:main 4 5[distutils.commands] 6alias = setuptools.command.alias:alias 7bdist_egg = setuptools.command.bdist_egg:bdist_egg 8bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm 9bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst 10build_clib = setuptools.command.build_clib:build_clib 11build_ext = setuptools.command.build_ext:build_ext 12build_py = setuptools.command.build_py:build_py 13develop = setuptools.command.develop:develop 14dist_info = setuptools.command.dist_info:dist_info 15easy_install = setuptools.command.easy_install:easy_install 16egg_info = setuptools.command.egg_info:egg_info 17install = setuptools.command.install:install 18install_egg_info = setuptools.command.install_egg_info:install_egg_info 19install_lib = setuptools.command.install_lib:install_lib 20install_scripts = setuptools.command.install_scripts:install_scripts 21register = setuptools.command.register:register 22rotate = setuptools.command.rotate:rotate 23saveopts = setuptools.command.saveopts:saveopts 24sdist = setuptools.command.sdist:sdist 25setopt = setuptools.command.setopt:setopt 26test = setuptools.command.test:test 27upload = setuptools.command.upload:upload 28upload_docs = setuptools.command.upload_docs:upload_docs 29 30[distutils.setup_keywords] 31convert_2to3_doctests = setuptools.dist:assert_string_list 32dependency_links = setuptools.dist:assert_string_list 33eager_resources = setuptools.dist:assert_string_list 34entry_points = setuptools.dist:check_entry_points 35exclude_package_data = setuptools.dist:check_package_data 36extras_require = setuptools.dist:check_extras 37include_package_data = setuptools.dist:assert_bool 38install_requires = setuptools.dist:check_requirements 39namespace_packages = setuptools.dist:check_nsp 40package_data = setuptools.dist:check_package_data 41packages = setuptools.dist:check_packages 42python_requires = setuptools.dist:check_specifier 43setup_requires = setuptools.dist:check_requirements 44test_loader = setuptools.dist:check_importable 45test_runner = setuptools.dist:check_importable 46test_suite = setuptools.dist:check_test_suite 47tests_require = setuptools.dist:check_requirements 48use_2to3 = setuptools.dist:assert_bool 49use_2to3_exclude_fixers = setuptools.dist:assert_string_list 50use_2to3_fixers = setuptools.dist:assert_string_list 51zip_safe = setuptools.dist:assert_bool 52 53[egg_info.writers] 54PKG-INFO = setuptools.command.egg_info:write_pkg_info 55dependency_links.txt = setuptools.command.egg_info:overwrite_arg 56depends.txt = setuptools.command.egg_info:warn_depends_obsolete 57eager_resources.txt = setuptools.command.egg_info:overwrite_arg 58entry_points.txt = setuptools.command.egg_info:write_entries 59namespace_packages.txt = setuptools.command.egg_info:overwrite_arg 60requires.txt = setuptools.command.egg_info:write_requirements 61top_level.txt = setuptools.command.egg_info:write_toplevel_names 62 63[setuptools.installation] 64eggsecutable = setuptools.command.easy_install:bootstrap 65 66