summaryrefslogtreecommitdiff
path: root/setuptools.egg-info/entry_points.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-09-03 22:49:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-09-03 22:49:15 -0400
commitbb6bcc421feb339c8cb876edc1f3eb18159aa6a0 (patch)
treee6379b6f49cb1074d50f9bb9d601d6a5a3e7db3d /setuptools.egg-info/entry_points.txt
parentcd04261b69743dd545338cd9628ac18afc526d94 (diff)
downloadpython-setuptools-git-bb6bcc421feb339c8cb876edc1f3eb18159aa6a0.tar.gz
Bumped to 1.1.2 in preparation for next release.
Diffstat (limited to 'setuptools.egg-info/entry_points.txt')
-rw-r--r--setuptools.egg-info/entry_points.txt90
1 files changed, 45 insertions, 45 deletions
diff --git a/setuptools.egg-info/entry_points.txt b/setuptools.egg-info/entry_points.txt
index abcafd65..73898c72 100644
--- a/setuptools.egg-info/entry_points.txt
+++ b/setuptools.egg-info/entry_points.txt
@@ -1,62 +1,62 @@
-[console_scripts]
-easy_install = setuptools.command.easy_install:main
-easy_install-3.3 = setuptools.command.easy_install:main
-
-[setuptools.installation]
-eggsecutable = setuptools.command.easy_install:bootstrap
-
[distutils.setup_keywords]
-exclude_package_data = setuptools.dist:check_package_data
-eager_resources = setuptools.dist:assert_string_list
+test_loader = setuptools.dist:check_importable
convert_2to3_doctests = setuptools.dist:assert_string_list
-test_suite = setuptools.dist:check_test_suite
-package_data = setuptools.dist:check_package_data
+namespace_packages = setuptools.dist:check_nsp
packages = setuptools.dist:check_packages
-use_2to3 = setuptools.dist:assert_bool
-entry_points = setuptools.dist:check_entry_points
+test_suite = setuptools.dist:check_test_suite
+eager_resources = setuptools.dist:assert_string_list
include_package_data = setuptools.dist:assert_bool
+zip_safe = setuptools.dist:assert_bool
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
extras_require = setuptools.dist:check_extras
-test_loader = setuptools.dist:check_importable
-install_requires = setuptools.dist:check_requirements
-use_2to3_fixers = setuptools.dist:assert_string_list
+entry_points = setuptools.dist:check_entry_points
+use_2to3 = setuptools.dist:assert_bool
tests_require = setuptools.dist:check_requirements
+package_data = setuptools.dist:check_package_data
+install_requires = setuptools.dist:check_requirements
+exclude_package_data = setuptools.dist:check_package_data
dependency_links = setuptools.dist:assert_string_list
-namespace_packages = setuptools.dist:check_nsp
-zip_safe = setuptools.dist:assert_bool
+use_2to3_fixers = setuptools.dist:assert_string_list
-[setuptools.file_finders]
-svn_cvs = setuptools.command.sdist:_default_revctrl
+[distutils.commands]
+upload_docs = setuptools.command.upload_docs:upload_docs
+bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
+build_py = setuptools.command.build_py:build_py
+develop = setuptools.command.develop:develop
+install_lib = setuptools.command.install_lib:install_lib
+build_ext = setuptools.command.build_ext:build_ext
+bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
+rotate = setuptools.command.rotate:rotate
+install_egg_info = setuptools.command.install_egg_info:install_egg_info
+setopt = setuptools.command.setopt:setopt
+saveopts = setuptools.command.saveopts:saveopts
+install_scripts = setuptools.command.install_scripts:install_scripts
+install = setuptools.command.install:install
+test = setuptools.command.test:test
+register = setuptools.command.register:register
+easy_install = setuptools.command.easy_install:easy_install
+alias = setuptools.command.alias:alias
+sdist = setuptools.command.sdist:sdist
+bdist_egg = setuptools.command.bdist_egg:bdist_egg
+egg_info = setuptools.command.egg_info:egg_info
+
+[console_scripts]
+easy_install-3.3 = setuptools.command.easy_install:main
+easy_install = setuptools.command.easy_install:main
+
+[setuptools.installation]
+eggsecutable = setuptools.command.easy_install:bootstrap
[egg_info.writers]
+entry_points.txt = setuptools.command.egg_info:write_entries
dependency_links.txt = setuptools.command.egg_info:overwrite_arg
-requires.txt = setuptools.command.egg_info:write_requirements
+PKG-INFO = setuptools.command.egg_info:write_pkg_info
namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
-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
depends.txt = setuptools.command.egg_info:warn_depends_obsolete
eager_resources.txt = setuptools.command.egg_info:overwrite_arg
-PKG-INFO = setuptools.command.egg_info:write_pkg_info
-top_level.txt = setuptools.command.egg_info:write_toplevel_names
-[distutils.commands]
-easy_install = setuptools.command.easy_install:easy_install
-build_ext = setuptools.command.build_ext:build_ext
-install = setuptools.command.install:install
-saveopts = setuptools.command.saveopts:saveopts
-install_egg_info = setuptools.command.install_egg_info:install_egg_info
-bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
-test = setuptools.command.test:test
-install_scripts = setuptools.command.install_scripts:install_scripts
-egg_info = setuptools.command.egg_info:egg_info
-upload_docs = setuptools.command.upload_docs:upload_docs
-sdist = setuptools.command.sdist:sdist
-bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
-alias = setuptools.command.alias:alias
-rotate = setuptools.command.rotate:rotate
-register = setuptools.command.register:register
-develop = setuptools.command.develop:develop
-bdist_egg = setuptools.command.bdist_egg:bdist_egg
-install_lib = setuptools.command.install_lib:install_lib
-build_py = setuptools.command.build_py:build_py
-setopt = setuptools.command.setopt:setopt
+[setuptools.file_finders]
+svn_cvs = setuptools.command.sdist:_default_revctrl