summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-05-06 12:36:59 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-05-06 13:11:25 +0200
commitd4d31b2e901a3fbb46363cc9b2dc7efcb258a980 (patch)
tree097ad278874bcb98325c82181a8a3cb8934b2db6 /setup.py
parent0befc4be60b1edc26ebeb1b7833933055c388204 (diff)
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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",