diff options
Diffstat (limited to 'PC/layout/support/options.py')
-rw-r--r-- | PC/layout/support/options.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py index 5e1543b..9faf20c 100644 --- a/PC/layout/support/options.py +++ b/PC/layout/support/options.py @@ -26,7 +26,6 @@ OPTIONS = { "venv": {"help": "venv"}, "dev": {"help": "headers and libs"}, "symbols": {"help": "symbols"}, - "bdist-wininst": {"help": "bdist_wininst support"}, "underpth": {"help": "a python._pth file", "not-in-all": True}, "launchers": {"help": "specific launchers"}, "appxmanifest": {"help": "an appxmanifest"}, @@ -81,7 +80,6 @@ PRESETS = { "venv", "dev", "symbols", - "bdist-wininst", "chm", ], }, |