Commit b890d6d4 authored by Greg Ward's avatar Greg Ward

Fixed command description.

parent bd2c4c6e
......@@ -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"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment