comparison lib/python3.8/site-packages/setuptools-46.0.0.dist-info/entry_points.txt @ 0:9e54283cc701 draft

"planemo upload commit d12c32a45bcd441307e632fca6d9af7d60289d44"
author guerler
date Mon, 27 Jul 2020 03:47:31 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e54283cc701
1 [console_scripts]
2 easy_install = setuptools.command.easy_install:main
3 easy_install-3.8 = 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_clib = setuptools.command.build_clib:build_clib
11 build_ext = setuptools.command.build_ext:build_ext
12 build_py = setuptools.command.build_py:build_py
13 develop = setuptools.command.develop:develop
14 dist_info = setuptools.command.dist_info:dist_info
15 easy_install = setuptools.command.easy_install:easy_install
16 egg_info = setuptools.command.egg_info:egg_info
17 install = setuptools.command.install:install
18 install_egg_info = setuptools.command.install_egg_info:install_egg_info
19 install_lib = setuptools.command.install_lib:install_lib
20 install_scripts = setuptools.command.install_scripts:install_scripts
21 rotate = setuptools.command.rotate:rotate
22 saveopts = setuptools.command.saveopts:saveopts
23 sdist = setuptools.command.sdist:sdist
24 setopt = setuptools.command.setopt:setopt
25 test = setuptools.command.test:test
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.finalize_distribution_options]
62 2to3_doctests = setuptools.dist:Distribution._finalize_2to3_doctests
63 keywords = setuptools.dist:Distribution._finalize_setup_keywords
64 parent_finalize = setuptools.dist:_Distribution.finalize_options
65
66 [setuptools.installation]
67 eggsecutable = setuptools.command.easy_install:bootstrap
68