bpo-36174: Update nuget authoring for new license field. (GH-12300)

diff --git a/Tools/nuget/pythondaily.nuspec b/Tools/nuget/pythondaily.nuspec
index ee3343b..5cf5580 100644
--- a/Tools/nuget/pythondaily.nuspec
+++ b/Tools/nuget/pythondaily.nuspec
@@ -3,11 +3,10 @@
   <metadata>
     <id>pythondaily</id>
     <title>Python (Daily build)</title>
-    <version>0.0.0.0</version>
     <authors>Python Software Foundation</authors>
-    <licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
+    <version>0.0.0.0</version>
+    <license type="file">tools\LICENSE.txt</license>
     <projectUrl>https://www.python.org/</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>Installs an unsigned, untested build of Python for test purposes only.</description>
     <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
     <tags>python</tags>