summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install_ext.py')
-rw-r--r--Lib/distutils/command/install_ext.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/command/install_ext.py b/Lib/distutils/command/install_ext.py
index b5673d2..599a37e 100644
--- a/Lib/distutils/command/install_ext.py
+++ b/Lib/distutils/command/install_ext.py
@@ -11,6 +11,8 @@ from distutils.util import copy_tree
class InstallExt (Command):
+ description = "install C/C++ extension modules"
+
options = [('install-dir=', 'd', "directory to install to"),
('build-dir=','b', "build directory (where to install from)"),
]