Fixed the class name.
This commit is contained in:
parent
deb6373fff
commit
297dd9fed5
|
@ -6,7 +6,7 @@ import sys, string
|
|||
from distutils.core import Command
|
||||
from distutils.util import copy_tree
|
||||
|
||||
class install_py (Command):
|
||||
class install_lib (Command):
|
||||
|
||||
description = "install pure Python modules"
|
||||
|
||||
|
|
Loading…
Reference in New Issue