From 658a00d74acc77d534eff8d4efb3f8198e744a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isak=20Lindh=C3=A9?= Date: Sun, 31 Mar 2019 12:00:27 +0200 Subject: [PATCH] syntax fix in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9308a65..d0b4730 100644 --- a/setup.py +++ b/setup.py @@ -30,12 +30,12 @@ 'Operating System :: MacOS', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary', 'Natural Language :: Swedish', - ] + ], install_requires=[ 'beautifulsoup4', 'colorama', 'requests', - ], + ], entry_points={ 'console_scripts': [ 'txtv=txtv.txtv:run',