You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

62 lines
2.7 KiB

  1. [console_scripts]
  2. easy_install = setuptools.command.easy_install:main
  3. easy_install-3.4 = 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_ext = setuptools.command.build_ext:build_ext
  10. build_py = setuptools.command.build_py:build_py
  11. develop = setuptools.command.develop:develop
  12. easy_install = setuptools.command.easy_install:easy_install
  13. egg_info = setuptools.command.egg_info:egg_info
  14. install = setuptools.command.install:install
  15. install_egg_info = setuptools.command.install_egg_info:install_egg_info
  16. install_lib = setuptools.command.install_lib:install_lib
  17. install_scripts = setuptools.command.install_scripts:install_scripts
  18. register = setuptools.command.register:register
  19. rotate = setuptools.command.rotate:rotate
  20. saveopts = setuptools.command.saveopts:saveopts
  21. sdist = setuptools.command.sdist:sdist
  22. setopt = setuptools.command.setopt:setopt
  23. test = setuptools.command.test:test
  24. upload_docs = setuptools.command.upload_docs:upload_docs
  25. [distutils.setup_keywords]
  26. convert_2to3_doctests = setuptools.dist:assert_string_list
  27. dependency_links = setuptools.dist:assert_string_list
  28. eager_resources = setuptools.dist:assert_string_list
  29. entry_points = setuptools.dist:check_entry_points
  30. exclude_package_data = setuptools.dist:check_package_data
  31. extras_require = setuptools.dist:check_extras
  32. include_package_data = setuptools.dist:assert_bool
  33. install_requires = setuptools.dist:check_requirements
  34. namespace_packages = setuptools.dist:check_nsp
  35. package_data = setuptools.dist:check_package_data
  36. packages = setuptools.dist:check_packages
  37. setup_requires = setuptools.dist:check_requirements
  38. test_loader = setuptools.dist:check_importable
  39. test_runner = setuptools.dist:check_importable
  40. test_suite = setuptools.dist:check_test_suite
  41. tests_require = setuptools.dist:check_requirements
  42. use_2to3 = setuptools.dist:assert_bool
  43. use_2to3_exclude_fixers = setuptools.dist:assert_string_list
  44. use_2to3_fixers = setuptools.dist:assert_string_list
  45. zip_safe = setuptools.dist:assert_bool
  46. [egg_info.writers]
  47. PKG-INFO = setuptools.command.egg_info:write_pkg_info
  48. dependency_links.txt = setuptools.command.egg_info:overwrite_arg
  49. depends.txt = setuptools.command.egg_info:warn_depends_obsolete
  50. eager_resources.txt = setuptools.command.egg_info:overwrite_arg
  51. entry_points.txt = setuptools.command.egg_info:write_entries
  52. namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
  53. requires.txt = setuptools.command.egg_info:write_requirements
  54. top_level.txt = setuptools.command.egg_info:write_toplevel_names
  55. [setuptools.installation]
  56. eggsecutable = setuptools.command.easy_install:bootstrap