txtv

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

commit a5843e0bab68e137a21d483cb3b5d9f7398aa31a
parent 1fc018023cdab6d5e71297184f4c4782f561bf1a
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Thu, 28 Mar 2019 16:42:34 +0100

added more classifiers

Diffstat:
Msetup.py | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -26,7 +26,11 @@ setup( 'Programming Language :: Python :: 3.7', 'Environment :: Console', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - ], + 'Operating System :: POSIX', + 'Operating System :: MacOS', + 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary', + 'Natural Language :: Swedish', + ] install_requires=[ 'beautifulsoup4', 'colorama',