Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chip Huyen committed Nov 9, 2018
1 parent e685e69 commit babc43f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
version=str(sotawhat.__VERSION__),
packages=find_packages(),
description='arxiv-sanity query script',
long_description=str('I often get frustrated searching for the latest '
'research results on Google and Arxiv so I wrote '
'SOTAwhat, a script to query Arxiv for the latest '
long_description=str('SOTAwhat is a script to query Arxiv for the latest '
'abstracts and extract summaries from them. '),
url='https://huyenchip.com/2018/10/04/sotawhat.html',
license="",
install_requires=['six', 'nltk'],
extras_require={
'full': ['PyEnchant'],
},
install_requires=['six', 'nltk', 'pyspellchecker'],
entry_points={
'console_scripts': ['sotawhat=sotawhat.cmd_line:main'],
'console_scripts': ['sotawhat=sotawhat.sotawhat:main'],
}
)

0 comments on commit babc43f

Please sign in to comment.