From c99c61273069e3f3444d82bb95bb8f1eb4bfc30b Mon Sep 17 00:00:00 2001 From: Adam Malcontenti-Wilson Date: Mon, 8 Jun 2015 00:00:38 +1000 Subject: [PATCH] Initial XBMC addon commit --- .gitignore | 1 + addon.xml | 15 +++++++++++++++ changelog.txt | 2 ++ 3 files changed, 18 insertions(+) create mode 100644 addon.xml create mode 100644 changelog.txt diff --git a/.gitignore b/.gitignore index 9fcc6c3dda..9ddb146ce9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ build/ docs/_build requests.egg-info/ *.pyc +*.pyo *.swp *.egg env/ diff --git a/addon.xml b/addon.xml new file mode 100644 index 0000000000..456bdf14f9 --- /dev/null +++ b/addon.xml @@ -0,0 +1,15 @@ + + + + + + + all + Python Requests Library + Python Requests Library + + Apache License + https://github.com/xbmc-catchuptv-au/script.module.requests + https://github.com/xbmc-catchuptv-au/script.module.requests.git + + diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000000..13f229d569 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,2 @@ +[B]Version 2.7.0[/B] +- Import requests into XBMC module