Files
Rocky5 921f9fe9f8 Clean Copy
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
2024-01-08 19:01:29 +00:00

18 lines
540 B
XML

<?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>