comparison env/lib/python3.9/site-packages/setuptools-53.0.0.dist-info/entry_points.txt @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 [distutils.commands]
2 alias = setuptools.command.alias:alias
3 bdist_egg = setuptools.command.bdist_egg:bdist_egg
4 bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm
5 bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
6 build_clib = setuptools.command.build_clib:build_clib
7 build_ext = setuptools.command.build_ext:build_ext
8 build_py = setuptools.command.build_py:build_py
9 develop = setuptools.command.develop:develop
10 dist_info = setuptools.command.dist_info:dist_info
11 easy_install = setuptools.command.easy_install:easy_install
12 egg_info = setuptools.command.egg_info:egg_info
13 install = setuptools.command.install:install
14 install_egg_info = setuptools.command.install_egg_info:install_egg_info
15 install_lib = setuptools.command.install_lib:install_lib
16 install_scripts = setuptools.command.install_scripts:install_scripts
17 rotate = setuptools.command.rotate:rotate
18 saveopts = setuptools.command.saveopts:saveopts
19 sdist = setuptools.command.sdist:sdist
20 setopt = setuptools.command.setopt:setopt
21 test = setuptools.command.test:test
22 upload_docs = setuptools.command.upload_docs:upload_docs
23
24 [distutils.setup_keywords]
25 convert_2to3_doctests = setuptools.dist:assert_string_list
26 dependency_links = setuptools.dist:assert_string_list
27 eager_resources = setuptools.dist:assert_string_list
28 entry_points = setuptools.dist:check_entry_points
29 exclude_package_data = setuptools.dist:check_package_data
30 extras_require = setuptools.dist:check_extras
31 include_package_data = setuptools.dist:assert_bool
32 install_requires = setuptools.dist:check_requirements
33 namespace_packages = setuptools.dist:check_nsp
34 package_data = setuptools.dist:check_package_data
35 packages = setuptools.dist:check_packages
36 python_requires = setuptools.dist:check_specifier
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
47 [egg_info.writers]
48 PKG-INFO = setuptools.command.egg_info:write_pkg_info
49 dependency_links.txt = setuptools.command.egg_info:overwrite_arg
50 depends.txt = setuptools.command.egg_info:warn_depends_obsolete
51 eager_resources.txt = setuptools.command.egg_info:overwrite_arg
52 entry_points.txt = setuptools.command.egg_info:write_entries
53 namespace_packages.txt = setuptools.command.egg_info:overwrite_arg
54 requires.txt = setuptools.command.egg_info:write_requirements
55 top_level.txt = setuptools.command.egg_info:write_toplevel_names
56
57 [setuptools.finalize_distribution_options]
58 2to3_doctests = setuptools.dist:Distribution._finalize_2to3_doctests
59 keywords = setuptools.dist:Distribution._finalize_setup_keywords
60 parent_finalize = setuptools.dist:_Distribution.finalize_options
61