From 1377989250c1c409f0c83affbd9cf6aa3d1e76dc Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 29 Dec 2018 01:03:06 -0700 Subject: [PATCH] Add description --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9a338a..fd29786 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,6 @@ setup( author="Netsyms Technologies", author_email="opensource@netsyms.com", license="MPL-2.0", - url="https://source.netsyms.com/Apps/NotePostCLI" + url="https://source.netsyms.com/Apps/NotePostCLI", + description="A simple Python terminal app for using NotePost, an online notetaking app." )