summaryrefslogtreecommitdiffstats
path: root/PC/layout/support/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'PC/layout/support/options.py')
-rw-r--r--PC/layout/support/options.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py
index 3d93e89..26d13f5 100644
--- a/PC/layout/support/options.py
+++ b/PC/layout/support/options.py
@@ -18,7 +18,6 @@ OPTIONS = {
"stable": {"help": "stable ABI stub"},
"pip": {"help": "pip"},
"pip-user": {"help": "pip.ini file for default --user"},
- "distutils": {"help": "distutils"},
"tcltk": {"help": "Tcl, Tk and tkinter"},
"idle": {"help": "Idle"},
"tests": {"help": "test suite"},
@@ -43,7 +42,6 @@ PRESETS = {
"stable",
"pip",
"pip-user",
- "distutils",
"tcltk",
"idle",
"venv",
@@ -59,7 +57,6 @@ PRESETS = {
"dev",
"pip",
"stable",
- "distutils",
"venv",
"props",
"nuspec",
@@ -71,7 +68,6 @@ PRESETS = {
"options": [
"stable",
"pip",
- "distutils",
"tcltk",
"idle",
"tests",