From d1cc789d9d55e23cdf38e7d9327f42bade6fdb2d Mon Sep 17 00:00:00 2001 From: Saul Pwanson Date: Mon, 12 Oct 2020 19:48:33 -0700 Subject: [PATCH] [nfc] minor text changes --- CHANGELOG.md | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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',