-
This commit is contained in:
18
Kodi/Lenovo/addons/script.module.future/addon.xml
Normal file
18
Kodi/Lenovo/addons/script.module.future/addon.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.module.future" name="future" version="1.0.0+matrix.1" provider-name="Ed Schofield">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.0" />
|
||||
</requires>
|
||||
<extension point="xbmc.python.module" library="lib" />
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="en_GB">Clean single-source support for Python 3 and 2</summary>
|
||||
<description lang="en_GB">future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.</description>
|
||||
<license>MIT</license>
|
||||
<platform>all</platform>
|
||||
<website>https://python-future.org</website>
|
||||
<source>https://github.com/PythonCharmers/python-future</source>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
</assets>
|
||||
</extension>
|
||||
</addon>
|
||||
Reference in New Issue
Block a user