diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-17 01:19:27 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-03-17 01:19:27 -0400 |
commit | ab668d5ac0d766d0dc24b6f5f9162a45e1d8b052 (patch) | |
tree | 2c8cc0688a1c39bd5ff8be1ccefad5c8bade909b | |
parent | 679ab3ddbf1479ed0d7410a22065fa5ca9e42f17 (diff) | |
download | cmd2-git-ab668d5ac0d766d0dc24b6f5f9162a45e1d8b052.tar.gz |
Tweak PyPI description to more closely match that on GitHub
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |