Steve Dower | 33f7310 | 2016-06-24 10:32:15 -0700 | [diff] [blame] | 1 | <?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 Dower | 26c910c | 2019-03-12 16:48:17 -0700 | [diff] [blame^] | 8 | <license type="file">tools\LICENSE.txt</license> |
Steve Dower | 33f7310 | 2016-06-24 10:32:15 -0700 | [diff] [blame] | 9 | <projectUrl>https://www.python.org/</projectUrl> |
Steve Dower | 33f7310 | 2016-06-24 10:32:15 -0700 | [diff] [blame] | 10 | <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 Dower | 1f06a68 | 2017-09-06 19:29:10 -0700 | [diff] [blame] | 15 | <file src="**\*" exclude="python.props" target="tools" /> |
| 16 | <file src="python.props" target="build\native" /> |
Steve Dower | 33f7310 | 2016-06-24 10:32:15 -0700 | [diff] [blame] | 17 | </files> |
| 18 | </package> |