-
Notifications
You must be signed in to change notification settings - Fork 5
/
addon.xml
24 lines (24 loc) · 923 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
23
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.arrow"
name="arrow"
version="1.0.3.1"
provider-name="crsmithdev, Razzeee">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.8.1"/>
<import addon="script.module.typing_extensions" version="3.7.4.3"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Arrow: better dates and times for Python</summary>
<description lang="en_GB">Packed for Kodi from https://github.com/crsmithdev/arrow</description>
<platform>all</platform>
<license>Apache2</license>
<source>https://github.com/Razzeee/script.module.arrow</source>
<email>beenje AT gmail.com</email>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>