summaryrefslogtreecommitdiffstats
path: root/PC/layout
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-05-29 16:58:23 (GMT)
committerGitHub <noreply@github.com>2023-05-29 16:58:23 (GMT)
commit6da701511e70fb26ad4710153d8d5a82b809919c (patch)
treed7e568b32cc96d9c80b5ad516c63f92035fa076b /PC/layout
parentace676e2c2121f94a55effc6a30b3b0e987ae7da (diff)
downloadcpython-6da701511e70fb26ad4710153d8d5a82b809919c.zip
cpython-6da701511e70fb26ad4710153d8d5a82b809919c.tar.gz
cpython-6da701511e70fb26ad4710153d8d5a82b809919c.tar.bz2
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
Diffstat (limited to 'PC/layout')
-rw-r--r--PC/layout/support/options.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py
index 26d13f5..60256fb 100644
--- a/PC/layout/support/options.py
+++ b/PC/layout/support/options.py
@@ -41,7 +41,6 @@ PRESETS = {
"options": [
"stable",
"pip",
- "pip-user",
"tcltk",
"idle",
"venv",