blob: d5e1e8b757173dbaf51fa5689aeaecc60cce55dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<package >
<metadata>
<id>python2</id>
<title>Python 2.7</title>
<version>0.0.0.0</version>
<authors>Python Software Foundation</authors>
<license type="file">tools\LICENSE</license>
<projectUrl>https://www.python.org/</projectUrl>
<description>Installs 64-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>
|