Fixed command description.
This commit is contained in:
parent
5edcd90f8c
commit
d7ad5039cb
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue