diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-29 17:21:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 17:21:03 (GMT) |
commit | 56722efe36dd5ef8320f1b3fd0a949d85e62e585 (patch) | |
tree | 28fb3d86346ae380fcf6cf3ce03c854195f90099 /PC/layout | |
parent | 68bf3fe0e4221bd33823b727af1f70708bdb8f29 (diff) | |
download | cpython-56722efe36dd5ef8320f1b3fd0a949d85e62e585.zip cpython-56722efe36dd5ef8320f1b3fd0a949d85e62e585.tar.gz cpython-56722efe36dd5ef8320f1b3fd0a949d85e62e585.tar.bz2 |
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
(cherry picked from commit 6da701511e70fb26ad4710153d8d5a82b809919c)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'PC/layout')
-rw-r--r-- | PC/layout/support/options.py | 1 |
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", |