summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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",