From dbf12e0d088a932b5e64889499ccc7cfd969c0d2 Mon Sep 17 00:00:00 2001 From: Fabre Florian Date: Tue, 13 Feb 2018 15:10:28 +0100 Subject: Fix a comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe4c397..37b7e82 100644 --- a/setup.py +++ b/setup.py @@ -205,7 +205,7 @@ if 'install' in sys.argv and 'build' not in sys.argv: sys.argv[:_index] + ['build', 'install'] + sys.argv[_index + 1:] ) -# 'bdist_egg doesn't always call build for some reason +# 'bdist_wheel doesn't always call build for some reason if 'bdist_wheel' in sys.argv and 'build' not in sys.argv: _index = sys.argv.index('bdist_wheel') sys.argv[:] = ( -- cgit v1.2.1