-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
18 lines (18 loc) · 938 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.myconnpy"
name="MySQL Connector/Python"
version="1.1.7"
provider-name="MySQL">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">MySQL Connector/Python</summary>
<description lang="en">MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. This means you don't have to compile anything or MySQL (client library) doesn't even have to be installed on the machine.</description>
<license>GPLv2</license>
<platform>all</platform>
<website>http://dev.mysql.com/doc/connector-python/en/index.html</website>
<source>http://dev.mysql.com/downloads/connector/python/</source>
</extension>
</addon>