bpo-36174: Update nuget authoring for new license field. (GH-12300) · python/cpython@ada2e37

4 files changed

lines changed

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>

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>

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>

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>