blob: ee3343bbb7b324832db08d7323f5cc3ec08d1315 [file] [log] [blame]
Steve Dowerf0851912017-07-26 09:09:01 -07001<?xml version="1.0"?>
2<package >
3 <metadata>
4 <id>pythondaily</id>
5 <title>Python (Daily build)</title>
6 <version>0.0.0.0</version>
7 <authors>Python Software Foundation</authors>
8 <licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
9 <projectUrl>https://www.python.org/</projectUrl>
10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 <description>Installs an unsigned, untested build of Python for test purposes only.</description>
12 <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
13 <tags>python</tags>
14 </metadata>
15 <files>
Steve Dower1f06a682017-09-06 19:29:10 -070016 <file src="**\*" exclude="python.props" target="tools" />
17 <file src="python.props" target="build\native" />
Steve Dowerf0851912017-07-26 09:09:01 -070018 </files>
19</package>