]> granicus.if.org Git - python/commitdiff
bpo-36174: Update nuget authoring for new license field. (GH-12300)
authorSteve Dower <steve.dower@microsoft.com>
Tue, 12 Mar 2019 23:48:17 +0000 (16:48 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 23:48:17 +0000 (16:48 -0700)
Tools/nuget/python.nuspec
Tools/nuget/pythondaily.nuspec
Tools/nuget/pythondaily.symbols.nuspec
Tools/nuget/pythonx86.nuspec

index d5f3e6324236724e306404b47fb906127703818b..8f98e808916a3203f9e018ea7fcee2449088f321 100644 (file)
@@ -5,9 +5,8 @@
     <title>Python</title>
     <version>0.0.0.0</version>
     <authors>Python Software Foundation</authors>
-    <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 64-bit Python for use in build scenarios.</description>
     <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
     <tags>python</tags>
index ee3343bbb7b324832db08d7323f5cc3ec08d1315..5cf55806ddfb39c413cdf7f6966eea078d14b01c 100644 (file)
@@ -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>
index b89717a1afe3b87e06f1e15d6c8cfe788e8bb734..608e15c50e02d2d7fb5a12dcd6091c589d6bd815 100644 (file)
@@ -5,9 +5,7 @@
     <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>
     <projectUrl>https://www.python.org/</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>Contains symbols for the daily build of Python.</description>
     <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
     <tags>python</tags>
index ebfcd6c92a4a6442be389c9b7ed95adb79372aef..27ef67e7f5d3637d6f9a8c007a28c43fc8d9fe3b 100644 (file)
@@ -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>