entry_points.txt 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [console_scripts]
  2. easy_install = setuptools.command.easy_install:main
  3. easy_install-3.6 = setuptools.command.easy_install:main
  4. [distutils.commands]
  5. alias = setuptools.command.alias:alias
  6. bdist_egg = setuptools.command.bdist_egg:bdist_egg
  7. bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
  8. bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
  9. build_clib = setuptools.command.build_clib:build_clib
  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. [distutils.setup_keywords]
  28. convert_2to3_doctests = setuptools.dist:assert_string_list
  29. dependency_links = setuptools.dist:assert_string_list
  30. eager_resources = setuptools.dist:assert_string_list
  31. entry_points = setuptools.dist:check_entry_points
  32. exclude_package_data = setuptools.dist:check_package_data
  33. extras_require = setuptools.dist:check_extras
  34. include_package_data = setuptools.dist:assert_bool
  35. install_requires = setuptools.dist:check_requirements
  36. namespace_packages = setuptools.dist:check_nsp
  37. package_data = setuptools.dist:check_package_data
  38. packages = setuptools.dist:check_packages
  39. python_requires = setuptools.dist:check_specifier
  40. setup_requires = setuptools.dist:check_requirements
  41. test_loader = setuptools.dist:check_importable
  42. test_runner = setuptools.dist:check_importable
  43. test_suite = setuptools.dist:check_test_suite
  44. tests_require = setuptools.dist:check_requirements
  45. use_2to3 = setuptools.dist:assert_bool
  46. use_2to3_exclude_fixers = setuptools.dist:assert_string_list
  47. use_2to3_fixers = setuptools.dist:assert_string_list
  48. zip_safe = setuptools.dist:assert_bool
  49. [egg_info.writers]
  50. PKG-INFO = setuptools.command.egg_info:write_pkg_info
  51. dependency_links.txt = setuptools.command.egg_info:overwrite_arg
  52. depends.txt = setuptools.command.egg_info:warn_depends_obsolete
  53. eager_resources.txt = setuptools.command.egg_info:overwrite_arg
  54. entry_points.txt = setuptools.command.egg_info:write_entries
  55. namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
  56. requires.txt = setuptools.command.egg_info:write_requirements
  57. top_level.txt = setuptools.command.egg_info:write_toplevel_names
  58. [setuptools.installation]
  59. eggsecutable = setuptools.command.easy_install:bootstrap