Fixed command description.

This commit is contained in:
Greg Ward 2000-05-23 01:55:16 +00:00
parent 5edcd90f8c
commit d7ad5039cb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from distutils.util import copy_tree
class install_lib (Command):
description = "install pure Python modules"
description = "install all Python modules (extensions and pure Python)"
user_options = [
('install-dir=', 'd', "directory to install to"),