summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 14:29:27 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 14:29:27 -0400
commitb581fd53ee6ae6c478eacbaa79cac9fcb68f6d76 (patch)
treecb95834d03ba4f091b09c80e971c4e21dd8d5c44 /setup.py
parent375136b196b177e19cb4b82d8a212bf4d298acf2 (diff)
downloadcmd2-git-b581fd53ee6ae6c478eacbaa79cac9fcb68f6d76.tar.gz
Minor tweak to description and layout
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7ef07c19..16d12228 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ DESCRIPTION = "cmd2 - a tool for building interactive command line applications
LONG_DESCRIPTION = """cmd2 is a tool for building interactive command line applications in Python. Its goal is to make
it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It
provides a simple API which is an extension of Python's built-in cmd module. cmd2 provides a wealth of features on top
-of cmd to make your life easier.
+of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd.
The latest documentation for cmd2 can be read online here:
https://cmd2.readthedocs.io/