mirror of
https://github.com/Team-Resurgent/XBMC4Xbox.git
synced 2026-08-15 11:18:13 -07:00
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
18 lines
552 B
XML
18 lines
552 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>python2x86</id>
|
|
<title>Python 2.7 (32-bit)</title>
|
|
<authors>Python Software Foundation</authors>
|
|
<version>0.0.0.0</version>
|
|
<license type="file">tools\LICENSE</license>
|
|
<projectUrl>https://www.python.org/</projectUrl>
|
|
<description>Installs 32-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>
|