Skip to content

Commit

Permalink
Initial XBMC addon commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adammw committed Jun 7, 2015
1 parent b7bd297 commit c99c612
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build/
docs/_build
requests.egg-info/
*.pyc
*.pyo
*.swp
*.egg
env/
Expand Down
15 changes: 15 additions & 0 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" ?><addon id="script.module.requests" name="Python Requests Library" provider-name="xbmc-catchuptv-au" version="2.7.0">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="." />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Python Requests Library</summary>
<description>Python Requests Library</description>
<disclaimer></disclaimer>
<license>Apache License</license>
<website>https://github.com/xbmc-catchuptv-au/script.module.requests</website>
<source>https://github.com/xbmc-catchuptv-au/script.module.requests.git</source>
</extension>
</addon>
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[B]Version 2.7.0[/B]
- Import requests into XBMC module

0 comments on commit c99c612

Please sign in to comment.