summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-03-17 01:19:27 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-03-17 01:19:27 -0400
commitab668d5ac0d766d0dc24b6f5f9162a45e1d8b052 (patch)
tree2c8cc0688a1c39bd5ff8be1ccefad5c8bade909b /setup.py
parent679ab3ddbf1479ed0d7410a22065fa5ca9e42f17 (diff)
downloadcmd2-git-ab668d5ac0d766d0dc24b6f5f9162a45e1d8b052.tar.gz
Tweak PyPI description to more closely match that on GitHub
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 8cda54ce..d8775d58 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ Setuptools setup file, used to install or test 'cmd2'
import codecs
from setuptools import setup
-DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
+DESCRIPTION = "cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python"
with codecs.open('README.md', encoding='utf8') as f:
LONG_DESCRIPTION = f.read()