diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-20 21:13:41 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-20 21:13:41 -0500 |
commit | fa81391fe65fa727f79f1be73f058e83ffe97193 (patch) | |
tree | c46b0973d8a7f1c582c6d0a3e117001fa8179d08 /setup.py | |
parent | 8222d6f7b992d3b184434acb31cd66b0f2e41401 (diff) | |
download | python-setuptools-git-feature/remove-eggsecutable.tar.gz |
Remove eggsecutablefeature/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( |