-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (17 loc) · 808 Bytes
/
addon.xml
File metadata and controls
21 lines (17 loc) · 808 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.packaging"
name="packaging"
version="26.0"
provider-name="Donald Stufft and individual contributors">
<requires>
<import addon="xbmc.python" version="3.0.1" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Core utilities for Python packages.</summary>
<description lang="en_GB">The packaging library includes the following: version handling, specifiers, markers, requirements, tags, utilities.</description>
<license>BSD-2-Clause | Apache-2.0</license>
<platform>all</platform>
<source>https://github.com/pypa/packaging</source>
</extension>
</addon>