-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (18 loc) · 809 Bytes
/
addon.xml
File metadata and controls
21 lines (18 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.mechanicalsoup"
name="MechanicalSoup"
provider-name="hickford"
version="0.11.0">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en_GB">A Python library for automating interaction with websites.</summary>
<description lang="en_GB">A Python library for automating interaction with websites.</description>
<license>MIT</license>
<website>https://pypi.python.org/pypi/MechanicalSoup</website>
<source>https://github.com/hickford/MechanicalSoup</source>
</extension>
</addon>