Skip to content

[3.7] bpo-36174: Update nuget authoring for new license field. (GH-12300) #12301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Tools/nuget/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions Tools/nuget/pythondaily.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions Tools/nuget/pythondaily.symbols.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions Tools/nuget/pythonx86.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down