Skip to content

Commit

Permalink
changes for XBMC Add-on conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
dersphere committed Oct 7, 2012
1 parent be842ee commit c82b03c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions addon.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.xmltodict"
name="xmltodict"
version="0.2.0"
provider-name="Tristan Fischer (sphere@dersphere.de)">
<requires>
<import addon="xbmc.python"
version="2.0"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<language></language>
<summary lang="en">Python helper module</summary>
<description lang="en">xmltodict is a Python module that makes working with XML feel like you are working with JSON, as in this "spec".[CR]Original: https://github.com/martinblech/xmltodict[CR]Author: martinblech@gmail.com</description>
<license>MIT</license>
<platform>all</platform>
</extension>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
@@ -0,0 +1,3 @@
0.2.0
Original: https://github.com/martinblech/xmltodict
Upstream: be842ee121072beb75b643881d8bed5f683cf2c5
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c82b03c

Please sign in to comment.