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