diff options
Diffstat (limited to 'Tools/nuget/python.nuspec')
-rw-r--r-- | Tools/nuget/python.nuspec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/nuget/python.nuspec b/Tools/nuget/python.nuspec index d5f3e63..8f98e80 100644 --- a/Tools/nuget/python.nuspec +++ b/Tools/nuget/python.nuspec @@ -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> |