]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blob - zfec/setuptools-0.6c16dev3.egg/EGG-INFO/entry_points.txt
stick a .gitignore file
[tahoe-lafs/zfec.git] / zfec / setuptools-0.6c16dev3.egg / EGG-INFO / entry_points.txt
1 [distutils.commands]
2 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
3 rotate = setuptools.command.rotate:rotate
4 develop = setuptools.command.develop:develop
5 setopt = setuptools.command.setopt:setopt
6 build_py = setuptools.command.build_py:build_py
7 scriptsetup = setuptools.command.scriptsetup:scriptsetup
8 saveopts = setuptools.command.saveopts:saveopts
9 egg_info = setuptools.command.egg_info:egg_info
10 register = setuptools.command.register:register
11 install_egg_info = setuptools.command.install_egg_info:install_egg_info
12 alias = setuptools.command.alias:alias
13 easy_install = setuptools.command.easy_install:easy_install
14 install_scripts = setuptools.command.install_scripts:install_scripts
15 bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
16 bdist_egg = setuptools.command.bdist_egg:bdist_egg
17 install = setuptools.command.install:install
18 test = setuptools.command.test:test
19 install_lib = setuptools.command.install_lib:install_lib
20 build_ext = setuptools.command.build_ext:build_ext
21 sdist = setuptools.command.sdist:sdist
22
23 [egg_info.writers]
24 dependency_links.txt = setuptools.command.egg_info:overwrite_arg
25 requires.txt = setuptools.command.egg_info:write_requirements
26 PKG-INFO = setuptools.command.egg_info:write_pkg_info
27 eager_resources.txt = setuptools.command.egg_info:overwrite_arg
28 top_level.txt = setuptools.command.egg_info:write_toplevel_names
29 namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
30 entry_points.txt = setuptools.command.egg_info:write_entries
31 depends.txt = setuptools.command.egg_info:warn_depends_obsolete
32
33 [console_scripts]
34 easy_install_z-2.6 = setuptools.command.easy_install:main
35 easy_install_z = setuptools.command.easy_install:main
36
37 [setuptools.file_finders]
38 svn_cvs = setuptools.command.sdist:_default_revctrl
39
40 [distutils.setup_keywords]
41 dependency_links = setuptools.dist:assert_string_list
42 entry_points = setuptools.dist:check_entry_points
43 extras_require = setuptools.dist:check_extras
44 test_runner = setuptools.dist:check_importable
45 package_data = setuptools.dist:check_package_data
46 install_requires = setuptools.dist:check_requirements
47 include_package_data = setuptools.dist:assert_bool
48 exclude_package_data = setuptools.dist:check_package_data
49 namespace_packages = setuptools.dist:check_nsp
50 test_suite = setuptools.dist:check_test_suite
51 eager_resources = setuptools.dist:assert_string_list
52 zip_safe = setuptools.dist:assert_bool
53 test_loader = setuptools.dist:check_importable
54 packages = setuptools.dist:check_packages
55 tests_require = setuptools.dist:check_requirements
56
57 [setuptools.installation]
58 eggsecutable = setuptools.command.easy_install:bootstrap
59