summaryrefslogtreecommitdiff
path: root/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-20 21:02:24 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-20 21:02:24 -0500
commita9ecd7efb38fac3fbbcb6a55feeff10f45793027 (patch)
tree646a63d24354ab17ca71bea038d869fedb49d114 /easy_install.py
parent8222d6f7b992d3b184434acb31cd66b0f2e41401 (diff)
downloadpython-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.py5
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()