diff --git a/CHANGELOG.md b/CHANGELOG.md index dcda915e7..636cdf923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,7 +89,6 @@ ## Dev niceties - Fully automate dev setup with Gitpod.io (thanks @ajkerrigan for PR #673) -## Additions and Improvements # v2.-4 (2020-07-27) diff --git a/setup.py b/setup.py index 9dc51bb6e..dccac273c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='visidata', version=__version__, - description='curses interface for exploring and arranging tabular data', + description='terminal interface for exploring and arranging tabular data', long_description=open('README.md').read(), long_description_content_type='text/markdown', author='Saul Pwanson',