From 328be403e7732a689f123eed7d68427563b544b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Demarchi?= Date: Fri, 5 Sep 2014 12:34:09 -0300 Subject: [PATCH 1/4] Update README.rst Deleting old screenshot. --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 1983d55..ce8b31a 100644 --- a/README.rst +++ b/README.rst @@ -40,5 +40,3 @@ In your video player open http://:5000/crisis/1/5 just enjoy it. - -.. image:: ./screenshots/touchandgo.png From b79c53f08fbb14772e969460e0e2b9b698a2061a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Rodr=C3=ADguez=20Colmeiro?= Date: Mon, 13 Oct 2014 10:31:23 -0300 Subject: [PATCH 2/4] fix missing templates in package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e42420d..0a02a31 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ 'tsproxy = touchandgo.server:serve'] }, package_data={ - 'touchandgo/templates': ['*'], + 'touchandgo': ['templates/*'], }, ) From 695355d0d347a16c75f0fe6386c8bf95abc4be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Demarchi?= Date: Thu, 23 Oct 2014 12:56:26 -0300 Subject: [PATCH 3/4] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ce8b31a..a330cad 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,8 @@ How to install sudo apt-get install python-libtorrent (or the name of the package on your linux distro) pip install touchandgo + (pip needs python-dev package to compile some libraries. If you don't + have installed run "sudo sudo apt-get install python-dev") How to use From 90c08d892f92ecd7e8af39aa1cac83ce32b7efd5 Mon Sep 17 00:00:00 2001 From: Felipe Lerena Date: Tue, 28 Oct 2014 02:16:05 -0300 Subject: [PATCH 4/4] Update MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 0bb99da..179a643 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ recursive-include touchandgo/templates *.html recursive-include touchandgo/templates *.j2 +recursive-include touchandgo/templates *.yaml