aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 798d4db4..bac726bf 100755
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ import setuptools
scripts = []
+
def _gen_console_scripts():
yield "easy_install = setuptools.command.easy_install:main"