diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-23 19:08:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 19:08:21 -0500 |
| commit | ea22005e27871431a29781632a52fee2a0a7cf17 (patch) | |
| tree | 46841dc1ab988b544863099ac5b6812a773055e6 /setup.py | |
| parent | aaf0661edbcbdb2f77d39026b66ab9eda4fe75b5 (diff) | |
| parent | c0660de32f80ad71b3940abcb26b237ca2103876 (diff) | |
| download | python-setuptools-git-ea22005e27871431a29781632a52fee2a0a7cf17.tar.gz | |
Merge pull request #2545 from pypa/feature/remove-eggsecutable
Remove eggsecutable
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -171,8 +171,6 @@ setup_params = dict( "dependency_links.txt = setuptools.command.egg_info:overwrite_arg", ], "console_scripts": list(_gen_console_scripts()), - "setuptools.installation": - ['eggsecutable = setuptools.command.easy_install:bootstrap'], }, dependency_links=[ pypi_link( |
