forked from Freso/script.module.requests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
22 lines (22 loc) · 801 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.requests"
name="requests"
version="2.12.4"
provider-name="kennethreitz, beenje">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<summary>Python HTTP for Humans</summary>
<description>Packed for KODI from https://github.com/kennethreitz/requests</description>
<platform>all</platform>
<language></language>
<license>Apache2</license>
<forum></forum>
<website>http://python-requests.org</website>
<source>https://github.com/beenje/script.module.requests</source>
<email>beenje AT gmail.com</email>
</extension>
</addon>