blob: 8f98e808916a3203f9e018ea7fcee2449088f321 [file] [log] [blame]
Steve Dower33f73102016-06-24 10:32:15 -07001<?xml version="1.0"?>
2<package >
3 <metadata>
4 <id>python</id>
5 <title>Python</title>
6 <version>0.0.0.0</version>
7 <authors>Python Software Foundation</authors>
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 64-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" />
16 <file src="python.props" target="build\native" />
Steve Dower33f73102016-06-24 10:32:15 -070017 </files>
18</package>