Skip to content

Commit ada2e37

Browse files
bpo-36174: Update nuget authoring for new license field. (GH-12300)
(cherry picked from commit 26c910c) Co-authored-by: Steve Dower <[email protected]>
1 parent 500320d commit ada2e37

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

Tools/nuget/python.nuspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<title>Python</title>
66
<version>0.0.0.0</version>
77
<authors>Python Software Foundation</authors>
8-
<licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
8+
<license type="file">tools\LICENSE.txt</license>
99
<projectUrl>https://www.python.org/</projectUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1110
<description>Installs 64-bit Python for use in build scenarios.</description>
1211
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
1312
<tags>python</tags>

Tools/nuget/pythondaily.nuspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<metadata>
44
<id>pythondaily</id>
55
<title>Python (Daily build)</title>
6-
<version>0.0.0.0</version>
76
<authors>Python Software Foundation</authors>
8-
<licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
7+
<version>0.0.0.0</version>
8+
<license type="file">tools\LICENSE.txt</license>
99
<projectUrl>https://www.python.org/</projectUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1110
<description>Installs an unsigned, untested build of Python for test purposes only.</description>
1211
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
1312
<tags>python</tags>

Tools/nuget/pythondaily.symbols.nuspec

-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<title>Python (Daily build)</title>
66
<version>0.0.0.0</version>
77
<authors>Python Software Foundation</authors>
8-
<licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
98
<projectUrl>https://www.python.org/</projectUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
119
<description>Contains symbols for the daily build of Python.</description>
1210
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
1311
<tags>python</tags>

Tools/nuget/pythonx86.nuspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<title>Python (32-bit)</title>
66
<authors>Python Software Foundation</authors>
77
<version>0.0.0.0</version>
8-
<licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
8+
<license type="file">tools\LICENSE.txt</license>
99
<projectUrl>https://www.python.org/</projectUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1110
<description>Installs 32-bit Python for use in build scenarios.</description>
1211
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
1312
<tags>python</tags>

0 commit comments

Comments
 (0)