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

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit ce5c7a9

File tree

3 files changed

lines changed

3 files changed

lines changed

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -103,6 +103,7 @@ def include_in_tools(p):
103 103 ('Lib/', 'Lib', '**/*', include_in_lib),
104 104 ('libs/', 'PCBuild/$arch', '*.lib', include_in_libs),
105 105 ('Tools/', 'Tools', '**/*', include_in_tools),
106 + ('/', '', 'LICENSE', None),
106 107 ]
107 108
108 109 EMBED_LAYOUT = [

Lines changed: 1 addition & 2 deletions

Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@
5 5 <title>Python 2.7</title>
6 6 <version>0.0.0.0</version>
7 7 <authors>Python Software Foundation</authors>
8 - <licenseUrl>https://docs.python.org/2.7/license.html</licenseUrl>
8 + <license type="file">tools\LICENSE</license>
9 9 <projectUrl>https://www.python.org/</projectUrl>
10 - <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 10 <description>Installs 64-bit Python 2.7 for use in build scenarios.</description>
12 11 <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
13 12 <tags>python</tags>

Lines changed: 1 addition & 2 deletions

Original file line number Diff line number Diff line change
@@ -5,9 +5,8 @@
5 5 <title>Python 2.7 (32-bit)</title>
6 6 <authors>Python Software Foundation</authors>
7 7 <version>0.0.0.0</version>
8 - <licenseUrl>https://docs.python.org/2.7/license.html</licenseUrl>
8 + <license type="file">tools\LICENSE</license>
9 9 <projectUrl>https://www.python.org/</projectUrl>
10 - <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 10 <description>Installs 32-bit Python 2.7 for use in build scenarios.</description>
12 11 <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
13 12 <tags>python</tags>