summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2019-03-30 16:32:05 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2019-03-30 16:32:05 (GMT)
commite724152796a5a41544f52054506c6c2248242a5d (patch)
treed0c43f7affad109765d06e02be6f29ce23324a6e /Tools
parente653d4d8e820a7a004ad399530af0135b45db27a (diff)
downloadcpython-e724152796a5a41544f52054506c6c2248242a5d.zip
cpython-e724152796a5a41544f52054506c6c2248242a5d.tar.gz
cpython-e724152796a5a41544f52054506c6c2248242a5d.tar.bz2
bpo-36010: Add venv to the nuget distribution (GH-12367)
Diffstat (limited to 'Tools')
-rw-r--r--Tools/nuget/make_pkg.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj
index e093a6d..5638952 100644
--- a/Tools/nuget/make_pkg.proj
+++ b/Tools/nuget/make_pkg.proj
@@ -28,7 +28,7 @@
<PythonArguments>$(PythonArguments) -b "$(BuildPath.TrimEnd(`\`))" -s "$(PySourcePath.TrimEnd(`\`))"</PythonArguments>
<PythonArguments>$(PythonArguments) -t "$(IntermediateOutputPath)obj"</PythonArguments>
<PythonArguments>$(PythonArguments) --copy "$(IntermediateOutputPath)pkg"</PythonArguments>
- <PythonArguments>$(PythonArguments) --include-dev --include-tools --include-pip --include-stable --include-launcher --include-props</PythonArguments>
+ <PythonArguments>$(PythonArguments) --preset-nuget</PythonArguments>
<PackageArguments Condition="$(Packages) != ''">"$(IntermediateOutputPath)pkg\pip.exe" -B -m pip install -U $(Packages)</PackageArguments>