summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dd7f0f1..3faa82c 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
)
},