diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-06 12:36:59 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-06 13:11:25 +0200 |
| commit | d4d31b2e901a3fbb46363cc9b2dc7efcb258a980 (patch) | |
| tree | 097ad278874bcb98325c82181a8a3cb8934b2db6 /setup.py | |
| parent | 0befc4be60b1edc26ebeb1b7833933055c388204 (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.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |
