summaryrefslogtreecommitdiffstats
path: root/PC/layout/support/options.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-09-11 15:16:27 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2019-09-11 15:16:27 (GMT)
commit19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1 (patch)
tree983246194856e3b69db2539db29cc129fdeaba26 /PC/layout/support/options.py
parentaa929273caca2f4e24e3aa9e790272fd4458ad35 (diff)
downloadcpython-19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1.zip
cpython-19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1.tar.gz
cpython-19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1.tar.bz2
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
Diffstat (limited to 'PC/layout/support/options.py')
-rw-r--r--PC/layout/support/options.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py
index c8ae4e3..5e1543b 100644
--- a/PC/layout/support/options.py
+++ b/PC/layout/support/options.py
@@ -17,6 +17,7 @@ def public(f):
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"},
@@ -42,6 +43,7 @@ PRESETS = {
"options": [
"stable",
"pip",
+ "pip-user",
"distutils",
"tcltk",
"idle",