From ab5c6d01da88c05255427a8b6db72c66f67c849a Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sat, 16 Jan 2016 15:21:23 +0100 Subject: DOC/BUG: textual improvements in install docs, and fix a typo in setup.py Address comments of @charris on gh-6895. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ff8f96247..ded914b11 100755 --- a/setup.py +++ b/setup.py @@ -235,14 +235,14 @@ def parse_setuppy_commands(): # fine as they are, but are usually used together with one of the commands # below and not standalone. Hence they're not added to good_commands. good_commands = ('develop', 'sdist', 'build', 'build_ext', 'build_py', - 'build_clib', 'buld_scripts', 'bdist_wheel', 'bdist_rpm', + 'build_clib', 'build_scripts', 'bdist_wheel', 'bdist_rpm', 'bdist_wininst', 'bdist_msi', 'bdist_mpkg') for command in good_commands: if command in sys.argv[1:]: return True - # The following commands are supported, but we need to show some more + # The following commands are supported, but we need to show more # useful messages to the user if 'install' in sys.argv[1:]: print(textwrap.dedent(""" -- cgit v1.2.3