txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit e7c10334f165e202b891d546620762bc0d7aa9d9
parent 7d6d3b2d4ed946cf084b09d5cf74c841863dba62
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Tue, 19 Mar 2019 19:43:58 +0100

syntax fix

Diffstat:
Msetup.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py @@ -28,10 +28,10 @@ setup( 'beautifulsoup4', 'colorama', 'requests', - ] + ], entry_points={ 'console_scripts': [ 'txtv=txtv.txtv:run', - ], + ], } )