diff options
Diffstat (limited to 'Tools/nuget/python2x86.nuspec')
-rw-r--r-- | Tools/nuget/python2x86.nuspec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tools/nuget/python2x86.nuspec b/Tools/nuget/python2x86.nuspec new file mode 100644 index 0000000..ff12ac2 --- /dev/null +++ b/Tools/nuget/python2x86.nuspec @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<package > + <metadata> + <id>python2x86</id> + <title>Python 2.7 (32-bit)</title> + <authors>Python Software Foundation</authors> + <version>0.0.0.0</version> + <license type="file">tools\LICENSE</license> + <projectUrl>https://www.python.org/</projectUrl> + <description>Installs 32-bit Python 2.7 for use in build scenarios.</description> + <iconUrl>https://www.python.org/static/favicon.ico</iconUrl> + <tags>python</tags> + </metadata> + <files> + <file src="**\*" target="tools" /> + </files> +</package> |