blob: ea878ba0bf390b6301d89eaea8653accf3fd3f85 [file] [log] [blame]
Steve Dower33f73102016-06-24 10:32:15 -07001<?xml version="1.0"?>
2<package >
3 <metadata>
4 <id>pythonx86</id>
5 <title>Python (32-bit)</title>
6 <authors>Python Software Foundation</authors>
7 <version>0.0.0.0</version>
Steve Dower26c910c2019-03-12 16:48:17 -07008 <license type="file">tools\LICENSE.txt</license>
Steve Dower33f73102016-06-24 10:32:15 -07009 <projectUrl>https://www.python.org/</projectUrl>
Steve Dower33f73102016-06-24 10:32:15 -070010 <description>Installs 32-bit Python for use in build scenarios.</description>
11 <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
12 <tags>python</tags>
13 </metadata>
14 <files>
Steve Dower1f06a682017-09-06 19:29:10 -070015 <file src="**\*" exclude="python.props" target="tools" />
Václav Slavík7c11a9a2020-09-14 21:30:15 +020016 <file src="python.props" target="build\native\python.props" />
17 <file src="python.props" target="build\native\pythonx86.props" />
Steve Dower33f73102016-06-24 10:32:15 -070018 </files>
19</package>