Skip to content

Commit

Permalink
syntax fix in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
voidcase committed Mar 31, 2019
1 parent ecbf209 commit 658a00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 658a00d

Please sign in to comment.