[console_scripts] easy_install-3.4 = setuptools.command.easy_install:main easy_install = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl [egg_info.writers] eager_resources.txt = setuptools.command.egg_info:overwrite_arg PKG-INFO = setuptools.command.egg_info:write_pkg_info depends.txt = setuptools.command.egg_info:warn_depends_obsolete dependency_links.txt = setuptools.command.egg_info:overwrite_arg top_level.txt = setuptools.command.egg_info:write_toplevel_names entry_points.txt = setuptools.command.egg_info:write_entries requires.txt = setuptools.command.egg_info:write_requirements namespace_packages.txt = setuptools.command.egg_info:overwrite_arg [distutils.setup_keywords] use_2to3_fixers = setuptools.dist:assert_string_list test_suite = setuptools.dist:check_test_suite packages = setuptools.dist:check_packages install_requires = setuptools.dist:check_requirements entry_points = setuptools.dist:check_entry_points zip_safe = setuptools.dist:assert_bool tests_require = setuptools.dist:check_requirements use_2to3_exclude_fixers = setuptools.dist:assert_string_list dependency_links = setuptools.dist:assert_string_list package_data = setuptools.dist:check_package_data convert_2to3_doctests = setuptools.dist:assert_string_list include_package_data = setuptools.dist:assert_bool exclude_package_data = setuptools.dist:check_package_data namespace_packages = setuptools.dist:check_nsp test_loader = setuptools.dist:check_importable extras_require = setuptools.dist:check_extras use_2to3 = setuptools.dist:assert_bool eager_resources = setuptools.dist:assert_string_list [setuptools.installation] eggsecutable = setuptools.command.easy_install:bootstrap [distutils.commands] bdist_egg = setuptools.command.bdist_egg:bdist_egg alias = setuptools.command.alias:alias sdist = setuptools.command.sdist:sdist rotate = setuptools.command.rotate:rotate install = setuptools.command.install:install build_py = setuptools.command.build_py:build_py bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst egg_info = setuptools.command.egg_info:egg_info install_egg_info = setuptools.command.install_egg_info:install_egg_info test = setuptools.command.test:test register = setuptools.command.register:register saveopts = setuptools.command.saveopts:saveopts build_ext = setuptools.command.build_ext:build_ext easy_install = setuptools.command.easy_install:easy_install bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm setopt = setuptools.command.setopt:setopt upload_docs = setuptools.command.upload_docs:upload_docs install_lib = setuptools.command.install_lib:install_lib develop = setuptools.command.develop:develop install_scripts = setuptools.command.install_scripts:install_scripts