From cb7512306d90b37f4b39626cb94db451c544425e Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 29 Dec 2018 01:05:19 -0700 Subject: [PATCH] Adjust description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd29786..57072db 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ setup( author_email="opensource@netsyms.com", license="MPL-2.0", url="https://source.netsyms.com/Apps/NotePostCLI", - description="A simple Python terminal app for using NotePost, an online notetaking app." + description="A simple terminal app for NotePost, an online notetaking app." )