| Thomas Wouters | 49fd7fa | 2006-04-21 10:40:58 +0000 | [diff] [blame] | 1 | [distutils.setup_keywords] |
| 2 | dependency_links = setuptools.dist:assert_string_list |
| 3 | entry_points = setuptools.dist:check_entry_points |
| 4 | extras_require = setuptools.dist:check_extras |
| 5 | package_data = setuptools.dist:check_package_data |
| 6 | install_requires = setuptools.dist:check_requirements |
| 7 | include_package_data = setuptools.dist:assert_bool |
| 8 | exclude_package_data = setuptools.dist:check_package_data |
| 9 | namespace_packages = setuptools.dist:check_nsp |
| 10 | test_suite = setuptools.dist:check_test_suite |
| 11 | eager_resources = setuptools.dist:assert_string_list |
| 12 | zip_safe = setuptools.dist:assert_bool |
| 13 | test_loader = setuptools.dist:check_importable |
| 14 | tests_require = setuptools.dist:check_requirements |
| 15 | |
| 16 | [setuptools.file_finders] |
| 17 | svn_cvs = setuptools.command.sdist:_default_revctrl |
| 18 | |
| 19 | [egg_info.writers] |
| 20 | dependency_links.txt = setuptools.command.egg_info:overwrite_arg |
| 21 | requires.txt = setuptools.command.egg_info:write_requirements |
| 22 | PKG-INFO = setuptools.command.egg_info:write_pkg_info |
| 23 | eager_resources.txt = setuptools.command.egg_info:overwrite_arg |
| 24 | top_level.txt = setuptools.command.egg_info:write_toplevel_names |
| 25 | namespace_packages.txt = setuptools.command.egg_info:overwrite_arg |
| 26 | entry_points.txt = setuptools.command.egg_info:write_entries |
| 27 | depends.txt = setuptools.command.egg_info:warn_depends_obsolete |
| 28 | |
| 29 | [console_scripts] |
| 30 | easy_install = setuptools.command.easy_install:main |
| 31 | easy_install-2.5 = setuptools.command.easy_install:main |
| 32 | |
| 33 | [distutils.commands] |
| 34 | bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm |
| 35 | rotate = setuptools.command.rotate:rotate |
| 36 | develop = setuptools.command.develop:develop |
| 37 | setopt = setuptools.command.setopt:setopt |
| 38 | build_py = setuptools.command.build_py:build_py |
| 39 | saveopts = setuptools.command.saveopts:saveopts |
| 40 | egg_info = setuptools.command.egg_info:egg_info |
| 41 | install_egg_info = setuptools.command.install_egg_info:install_egg_info |
| 42 | alias = setuptools.command.alias:alias |
| 43 | easy_install = setuptools.command.easy_install:easy_install |
| 44 | install_scripts = setuptools.command.install_scripts:install_scripts |
| 45 | bdist_egg = setuptools.command.bdist_egg:bdist_egg |
| 46 | install = setuptools.command.install:install |
| 47 | test = setuptools.command.test:test |
| 48 | install_lib = setuptools.command.install_lib:install_lib |
| 49 | build_ext = setuptools.command.build_ext:build_ext |
| 50 | sdist = setuptools.command.sdist:sdist |
| 51 | |