summaryrefslogtreecommitdiff
path: root/Tools/nuget/pythondaily.nuspec
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-03-12 16:48:17 -0700
committerGitHub <noreply@github.com>2019-03-12 16:48:17 -0700
commit26c910c59c47bdef4220c34e66c45a625bda5e56 (patch)
treede7593658542074444447c0fb6bc2fa1f3d50173 /Tools/nuget/pythondaily.nuspec
parent20843a94a81465f06b61c6c8e4a0419df00278e2 (diff)
downloadcpython-git-26c910c59c47bdef4220c34e66c45a625bda5e56.tar.gz
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Diffstat (limited to 'Tools/nuget/pythondaily.nuspec')
-rw-r--r--Tools/nuget/pythondaily.nuspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/Tools/nuget/pythondaily.nuspec b/Tools/nuget/pythondaily.nuspec
index ee3343bbb7..5cf55806dd 100644
--- a/Tools/nuget/pythondaily.nuspec
+++ b/Tools/nuget/pythondaily.nuspec
@@ -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>