diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-20 21:02:24 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-20 21:02:24 -0500 |
commit | a9ecd7efb38fac3fbbcb6a55feeff10f45793027 (patch) | |
tree | 646a63d24354ab17ca71bea038d869fedb49d114 /easy_install.py | |
parent | 8222d6f7b992d3b184434acb31cd66b0f2e41401 (diff) | |
download | python-setuptools-git-feature/remove-easy-install.tar.gz |
Remove easy_install script and module.feature/remove-easy-install
Diffstat (limited to 'easy_install.py')
-rw-r--r-- | easy_install.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/easy_install.py b/easy_install.py deleted file mode 100644 index d87e9840..00000000 --- a/easy_install.py +++ /dev/null @@ -1,5 +0,0 @@ -"""Run the EasyInstall command""" - -if __name__ == '__main__': - from setuptools.command.easy_install import main - main() |