diff options
Diffstat (limited to 'Tools/nuget/pythondaily.nuspec')
-rw-r--r-- | Tools/nuget/pythondaily.nuspec | 5 |
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> |