[egg_info.writers]
entry_points.txt = setuptools.command.egg_info:write_entries
requires.txt = setuptools.command.egg_info:write_requirements
top_level.txt = setuptools.command.egg_info:write_toplevel_names
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
PKG-INFO = setuptools.command.egg_info:write_pkg_info

[distutils.commands]
install_scripts = setuptools.command.install_scripts:install_scripts
build_py = setuptools.command.build_py:build_py
saveopts = setuptools.command.saveopts:saveopts
rotate = setuptools.command.rotate:rotate
alias = setuptools.command.alias:alias
sdist = setuptools.command.sdist:sdist
install = setuptools.command.install:install
bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
upload_docs = setuptools.command.upload_docs:upload_docs
register = setuptools.command.register:register
easy_install = setuptools.command.easy_install:easy_install
setopt = setuptools.command.setopt:setopt
build_ext = setuptools.command.build_ext:build_ext
egg_info = setuptools.command.egg_info:egg_info
bdist_egg = setuptools.command.bdist_egg:bdist_egg
develop = setuptools.command.develop:develop
bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
test = setuptools.command.test:test
install_egg_info = setuptools.command.install_egg_info:install_egg_info
install_lib = setuptools.command.install_lib:install_lib

[distutils.setup_keywords]
tests_require = setuptools.dist:check_requirements
test_loader = setuptools.dist:check_importable
convert_2to3_doctests = setuptools.dist:assert_string_list
zip_safe = setuptools.dist:assert_bool
entry_points = setuptools.dist:check_entry_points
include_package_data = setuptools.dist:assert_bool
use_2to3 = setuptools.dist:assert_bool
install_requires = setuptools.dist:check_requirements
eager_resources = setuptools.dist:assert_string_list
use_2to3_fixers = setuptools.dist:assert_string_list
packages = setuptools.dist:check_packages
exclude_package_data = setuptools.dist:check_package_data
dependency_links = setuptools.dist:assert_string_list
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
test_suite = setuptools.dist:check_test_suite
namespace_packages = setuptools.dist:check_nsp
extras_require = setuptools.dist:check_extras
package_data = setuptools.dist:check_package_data

[setuptools.installation]
eggsecutable = setuptools.command.easy_install:bootstrap

[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl

[console_scripts]
easy_install-3.3 = setuptools.command.easy_install:main
easy_install = setuptools.command.easy_install:main

