mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
This commit is contained in:
parent
aa929273ca
commit
19f6940cd7
3 changed files with 9 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue