bpo-36174: Update nuget authoring for new license field. (GH-12300)
diff --git a/Tools/nuget/pythonx86.nuspec b/Tools/nuget/pythonx86.nuspec
index ebfcd6c..27ef67e 100644
--- a/Tools/nuget/pythonx86.nuspec
+++ b/Tools/nuget/pythonx86.nuspec
@@ -5,9 +5,8 @@
<title>Python (32-bit)</title>
<authors>Python Software Foundation</authors>
<version>0.0.0.0</version>
- <licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
+ <license type="file">tools\LICENSE.txt</license>
<projectUrl>https://www.python.org/</projectUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Installs 32-bit Python for use in build scenarios.</description>
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
<tags>python</tags>