summaryrefslogtreecommitdiff
path: root/setuptools/command/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/test.py')
-rw-r--r--setuptools/command/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/test.py b/setuptools/command/test.py
index 4a6cd25..6b37a9f 100644
--- a/setuptools/command/test.py
+++ b/setuptools/command/test.py
@@ -6,7 +6,7 @@ class test(Command):
"""Command to run unit tests after installation"""
- description = "Run unit tests after installation"
+ description = "run unit tests after installation"
user_options = [
('test-module=','m', "Run 'test_suite' in specified module"),