Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: third_party/google-endpoints/setuptools-34.0.2.dist-info/entry_points.txt

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [console_scripts]
2 easy_install = setuptools.command.easy_install:main
3 easy_install-3.5 = setuptools.command.easy_install:main
4
5 [distutils.commands]
6 alias = setuptools.command.alias:alias
7 bdist_egg = setuptools.command.bdist_egg:bdist_egg
8 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
9 bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
10 build_ext = setuptools.command.build_ext:build_ext
11 build_py = setuptools.command.build_py:build_py
12 develop = setuptools.command.develop:develop
13 easy_install = setuptools.command.easy_install:easy_install
14 egg_info = setuptools.command.egg_info:egg_info
15 install = setuptools.command.install:install
16 install_egg_info = setuptools.command.install_egg_info:install_egg_info
17 install_lib = setuptools.command.install_lib:install_lib
18 install_scripts = setuptools.command.install_scripts:install_scripts
19 register = setuptools.command.register:register
20 rotate = setuptools.command.rotate:rotate
21 saveopts = setuptools.command.saveopts:saveopts
22 sdist = setuptools.command.sdist:sdist
23 setopt = setuptools.command.setopt:setopt
24 test = setuptools.command.test:test
25 upload = setuptools.command.upload:upload
26 upload_docs = setuptools.command.upload_docs:upload_docs
27
28 [distutils.setup_keywords]
29 convert_2to3_doctests = setuptools.dist:assert_string_list
30 dependency_links = setuptools.dist:assert_string_list
31 eager_resources = setuptools.dist:assert_string_list
32 entry_points = setuptools.dist:check_entry_points
33 exclude_package_data = setuptools.dist:check_package_data
34 extras_require = setuptools.dist:check_extras
35 include_package_data = setuptools.dist:assert_bool
36 install_requires = setuptools.dist:check_requirements
37 namespace_packages = setuptools.dist:check_nsp
38 package_data = setuptools.dist:check_package_data
39 packages = setuptools.dist:check_packages
40 python_requires = setuptools.dist:check_specifier
41 setup_requires = setuptools.dist:check_requirements
42 test_loader = setuptools.dist:check_importable
43 test_runner = setuptools.dist:check_importable
44 test_suite = setuptools.dist:check_test_suite
45 tests_require = setuptools.dist:check_requirements
46 use_2to3 = setuptools.dist:assert_bool
47 use_2to3_exclude_fixers = setuptools.dist:assert_string_list
48 use_2to3_fixers = setuptools.dist:assert_string_list
49 zip_safe = setuptools.dist:assert_bool
50
51 [egg_info.writers]
52 PKG-INFO = setuptools.command.egg_info:write_pkg_info
53 dependency_links.txt = setuptools.command.egg_info:overwrite_arg
54 depends.txt = setuptools.command.egg_info:warn_depends_obsolete
55 eager_resources.txt = setuptools.command.egg_info:overwrite_arg
56 entry_points.txt = setuptools.command.egg_info:write_entries
57 namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
58 requires.txt = setuptools.command.egg_info:write_requirements
59 top_level.txt = setuptools.command.egg_info:write_toplevel_names
60
61 [setuptools.installation]
62 eggsecutable = setuptools.command.easy_install:bootstrap
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698