summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/nuget/python.nuspec3
-rw-r--r--Tools/nuget/pythondaily.nuspec5
-rw-r--r--Tools/nuget/pythondaily.symbols.nuspec2
-rw-r--r--Tools/nuget/pythonx86.nuspec3
4 files changed, 4 insertions, 9 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>
diff --git a/Tools/nuget/pythondaily.nuspec b/Tools/nuget/pythondaily.nuspec
index ee3343b..5cf5580 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>
diff --git a/Tools/nuget/pythondaily.symbols.nuspec b/Tools/nuget/pythondaily.symbols.nuspec
index b89717a..608e15c 100644
--- a/Tools/nuget/pythondaily.symbols.nuspec
+++ b/Tools/nuget/pythondaily.symbols.nuspec
@@ -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>
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>