commit 658a00d74acc77d534eff8d4efb3f8198e744a24
parent ecbf209bb160c23e979c16c71255ccd8f8a8cd8f
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date: Sun, 31 Mar 2019 12:00:27 +0200
syntax fix in setup.py
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
@@ -30,12 +30,12 @@ setup(
'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',