Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/setuptools-41.2.0.dist-info/entry_points.txt @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
comparison
equal
deleted
inserted
replaced
4:79f47841a781 | 5:9b1c78e6ba9c |
---|---|
1 [console_scripts] | |
2 easy_install = setuptools.command.easy_install:main | |
3 easy_install-3.6 = 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 register = setuptools.command.register:register | |
22 rotate = setuptools.command.rotate:rotate | |
23 saveopts = setuptools.command.saveopts:saveopts | |
24 sdist = setuptools.command.sdist:sdist | |
25 setopt = setuptools.command.setopt:setopt | |
26 test = setuptools.command.test:test | |
27 upload = setuptools.command.upload:upload | |
28 upload_docs = setuptools.command.upload_docs:upload_docs | |
29 | |
30 [distutils.setup_keywords] | |
31 convert_2to3_doctests = setuptools.dist:assert_string_list | |
32 dependency_links = setuptools.dist:assert_string_list | |
33 eager_resources = setuptools.dist:assert_string_list | |
34 entry_points = setuptools.dist:check_entry_points | |
35 exclude_package_data = setuptools.dist:check_package_data | |
36 extras_require = setuptools.dist:check_extras | |
37 include_package_data = setuptools.dist:assert_bool | |
38 install_requires = setuptools.dist:check_requirements | |
39 namespace_packages = setuptools.dist:check_nsp | |
40 package_data = setuptools.dist:check_package_data | |
41 packages = setuptools.dist:check_packages | |
42 python_requires = setuptools.dist:check_specifier | |
43 setup_requires = setuptools.dist:check_requirements | |
44 test_loader = setuptools.dist:check_importable | |
45 test_runner = setuptools.dist:check_importable | |
46 test_suite = setuptools.dist:check_test_suite | |
47 tests_require = setuptools.dist:check_requirements | |
48 use_2to3 = setuptools.dist:assert_bool | |
49 use_2to3_exclude_fixers = setuptools.dist:assert_string_list | |
50 use_2to3_fixers = setuptools.dist:assert_string_list | |
51 zip_safe = setuptools.dist:assert_bool | |
52 | |
53 [egg_info.writers] | |
54 PKG-INFO = setuptools.command.egg_info:write_pkg_info | |
55 dependency_links.txt = setuptools.command.egg_info:overwrite_arg | |
56 depends.txt = setuptools.command.egg_info:warn_depends_obsolete | |
57 eager_resources.txt = setuptools.command.egg_info:overwrite_arg | |
58 entry_points.txt = setuptools.command.egg_info:write_entries | |
59 namespace_packages.txt = setuptools.command.egg_info:overwrite_arg | |
60 requires.txt = setuptools.command.egg_info:write_requirements | |
61 top_level.txt = setuptools.command.egg_info:write_toplevel_names | |
62 | |
63 [setuptools.installation] | |
64 eggsecutable = setuptools.command.easy_install:bootstrap | |
65 |