From d4d31b2e901a3fbb46363cc9b2dc7efcb258a980 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 6 May 2019 12:36:59 +0200 Subject: guiconfig: Comment nits Move the global variable descriptions earlier, remove some redundant comments, and clarify that the Python 3-only comment in setup.py is talking about the terminal menuconfig. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d8882a0..4ae6b0d 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ setuptools.setup( "setconfig", ), - # TODO: Don't install the menuconfig on Python 2. It won't run there. - # setuptools needs better documentation... + # TODO: Don't install the terminal menuconfig on Python 2. It won't run + # there. setuptools needs better documentation... entry_points={ "console_scripts": ( "menuconfig = menuconfig:_main", -- cgit v1.2.3