aboutsummaryrefslogtreecommitdiffstats
path: root/easy_install.py
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-11-14 21:51:33 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 20:06:07 +0100
commit6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3 (patch)
treefc05e138e5ff28ca7855e80af6cc89cb76eb81d2 /easy_install.py
parentd6948c636f5e657ac56911b71b7a459d326d8389 (diff)
downloadexternal_python_setuptools-6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.tar.gz
external_python_setuptools-6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.tar.bz2
external_python_setuptools-6e1838a9fb5feb000ba9b6a3c37c8b39d7e872b3.zip
drop easy_install script and associated documentation
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()