Skip to content

Commit ab668d5

Browse files
committed
Tweak PyPI description to more closely match that on GitHub
1 parent 679ab3d commit ab668d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import codecs
77
from setuptools import setup
88

9-
DESCRIPTION = "cmd2 - a tool for building interactive command line applications in Python"
9+
DESCRIPTION = "cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python"
1010

1111
with codecs.open('README.md', encoding='utf8') as f:
1212
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)