Commit ce5c7a93 authored by Steve Dower's avatar Steve Dower Committed by GitHub

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

parent 507bd8cd
......@@ -103,6 +103,7 @@ FULL_LAYOUT = [
('Lib/', 'Lib', '**/*', include_in_lib),
('libs/', 'PCBuild/$arch', '*.lib', include_in_libs),
('Tools/', 'Tools', '**/*', include_in_tools),
('/', '', 'LICENSE', None),
]
EMBED_LAYOUT = [
......
......@@ -5,9 +5,8 @@
<title>Python 2.7</title>
<version>0.0.0.0</version>
<authors>Python Software Foundation</authors>
<licenseUrl>https://docs.python.org/2.7/license.html</licenseUrl>
<license type="file">tools\LICENSE</license>
<projectUrl>https://www.python.org/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Installs 64-bit Python 2.7 for use in build scenarios.</description>
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
<tags>python</tags>
......
......@@ -5,9 +5,8 @@
<title>Python 2.7 (32-bit)</title>
<authors>Python Software Foundation</authors>
<version>0.0.0.0</version>
<licenseUrl>https://docs.python.org/2.7/license.html</licenseUrl>
<license type="file">tools\LICENSE</license>
<projectUrl>https://www.python.org/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Installs 32-bit Python 2.7 for use in build scenarios.</description>
<iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
<tags>python</tags>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment