summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/command/install_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/_distutils/command/install_lib.py')
-rw-r--r--setuptools/_distutils/command/install_lib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/_distutils/command/install_lib.py b/setuptools/_distutils/command/install_lib.py
index 840d3403..be4c2433 100644
--- a/setuptools/_distutils/command/install_lib.py
+++ b/setuptools/_distutils/command/install_lib.py
@@ -16,7 +16,6 @@ PYTHON_SOURCE_EXTENSION = ".py"
class install_lib(Command):
-
description = "install all Python modules (extensions and pure Python)"
# The byte-compilation options are a tad confusing. Here are the