diff options
author | Steve Dower <steve.dower@microsoft.com> | 2019-03-12 23:48:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 23:48:17 (GMT) |
commit | 26c910c59c47bdef4220c34e66c45a625bda5e56 (patch) | |
tree | de7593658542074444447c0fb6bc2fa1f3d50173 /Tools/nuget/pythonx86.nuspec | |
parent | 20843a94a81465f06b61c6c8e4a0419df00278e2 (diff) | |
download | cpython-26c910c59c47bdef4220c34e66c45a625bda5e56.zip cpython-26c910c59c47bdef4220c34e66c45a625bda5e56.tar.gz cpython-26c910c59c47bdef4220c34e66c45a625bda5e56.tar.bz2 |
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Diffstat (limited to 'Tools/nuget/pythonx86.nuspec')
-rw-r--r-- | Tools/nuget/pythonx86.nuspec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/nuget/pythonx86.nuspec b/Tools/nuget/pythonx86.nuspec index ebfcd6c..27ef67e 100644 --- a/Tools/nuget/pythonx86.nuspec +++ b/Tools/nuget/pythonx86.nuspec @@ -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> |