diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ setuptools.setup( "allnoconfig", "allmodconfig", "allyesconfig", + "listnewconfig", ), # TODO: Don't install the menuconfig on Python 2. It won't run there. @@ -47,6 +48,7 @@ setuptools.setup( "allnoconfig = allnoconfig:main", "allmodconfig = allmodconfig:main", "allyesconfig = allyesconfig:main", + "listnewconfig = listnewconfig:main", ) }, |
